#e6c94f

Color #E6C94F Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #E6C94F

Tints of Festival #E6C94F

Color information

#E6C94F (or 0xE6C94F) is unknown color: approx Festival. HEX triplet: E6, C9 and 4F. RGB value is (230,201,79). Sum of RGB (Red+Green+Blue) = 230+201+79=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 79 (31.25% from 255 or 15.49% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C94F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C94F is #1936B0. Grayscale: #C4C4C4. Windows color (decimal): -1652401 or 5229030. OLE color: 5229030.

HSL color Cylindrical-coordinate representation of color #E6C94F: hue angle of 48.48º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6C94F is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB23020179-
CMYK00.130.660.10
HSL48.48º75.12%60.59%-
HSV(B)48.48º65.65%90.2%-
XYZ54.9359.1615.92-
YUV195.7662.11152.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 45.10%
GREEN value IS 201 (78.91% from 255) = 39.41%
BLUE value IS 79 (31.25% from 255) = 15.49%
R=45.10%
G=39.41%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302017900.130.660.1048.4875.1260.59
HexE6C94F0D42A304b3d
Octal346311117015102126011375
Binary1110011011001001100111101101100001010101100001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6c94f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6c94f; }

 p { color: rgb(230,201,79); }

 H1.HeaderClassName
 {
   color: #e6c94f;
 }
 .AnyTagClassName
 {
   color: #e6c94f;
 }
</style>
background-color css

<style>
 a { background-color: #e6c94f; }

 a { background-color: rgb(230,201,79); }

 div.DivClassName
 {
   background-color: #e6c94f;
 }
 .BgClassName
 {
   background-color: #e6c94f;
 }
</style>
border-color css

<style>
 span { border-color: #e6c94f; }

 span { border-color: rgb(230,201,79); }

 td.TdClassName
 {
   border-color: #e6c94f;
 }
 .TagClassName
 {
   border-color: #e6c94f;
 }
</style>