#EAD54C

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

Shades of Festival #EAD54C

Tints of Festival #EAD54C

Color information

#EAD54C (or 0xEAD54C) is unknown color: approx Festival. HEX triplet: EA, D5 and 4C. RGB value is (234,213,76). Sum of RGB (Red+Green+Blue) = 234+213+76=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 76 (30.08% from 255 or 14.53% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD54C is #152AB3. Grayscale: #CCCCCC. Windows color (decimal): -1387188 or 5035498. OLE color: 5035498.

HSL color Cylindrical-coordinate representation of color #EAD54C: hue angle of 52.03º 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 #EAD54C is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB23421376-
CMYK00.090.680.08
HSL52.03º79%60.78%-
HSV(B)52.03º67.52%91.76%-
XYZ59.0365.616.39-
YUV203.6655.96149.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 76 (30.08% from 255) = 14.53%
R=44.74%
G=40.73%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342137600.090.680.0852.037960.78
HexEAD54C09448344f3d
Octal352325114011104106411775
Binary1110101011010101100110001001100010010001101001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD54C; }

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

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

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

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

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

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

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

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