#EAC94C

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

Shades of Festival #EAC94C

Tints of Festival #EAC94C

Color information

#EAC94C (or 0xEAC94C) is unknown color: approx Festival. HEX triplet: EA, C9 and 4C. RGB value is (234,201,76). Sum of RGB (Red+Green+Blue) = 234+201+76=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC94C is #1536B3. Grayscale: #C5C5C5. Windows color (decimal): -1390260 or 5032426. OLE color: 5032426.

HSL color Cylindrical-coordinate representation of color #EAC94C: hue angle of 47.47º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAC94C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB23420176-
CMYK00.140.680.08
HSL47.47º79%60.78%-
HSV(B)47.47º67.52%91.76%-
XYZ56.1259.7915.42-
YUV196.6259.93154.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 201 (78.91% from 255) = 39.33%
BLUE value IS 76 (30.08% from 255) = 14.87%
R=45.79%
G=39.33%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342017600.140.680.0847.477960.78
HexEAC94C0E4482f4f3d
Octal352311114016104105711775
Binary1110101011001001100110001110100010010001011111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC94C; }

 p { color: rgb(234,201,76); }

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

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

 a { background-color: rgb(234,201,76); }

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

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

 span { border-color: rgb(234,201,76); }

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