#EAD64C

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

Shades of Festival #EAD64C

Tints of Festival #EAD64C

Color information

#EAD64C (or 0xEAD64C) is unknown color: approx Festival. HEX triplet: EA, D6 and 4C. RGB value is (234,214,76). Sum of RGB (Red+Green+Blue) = 234+214+76=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD64C is #1529B3. Grayscale: #CCCCCC. Windows color (decimal): -1386932 or 5035754. OLE color: 5035754.

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

Color convert

RGB23421476-
CMYK00.090.680.08
HSL52.41º79%60.78%-
HSV(B)52.41º67.52%91.76%-
XYZ59.2866.1116.47-
YUV204.2555.63149.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 76 (30.08% from 255) = 14.50%
R=44.66%
G=40.84%
B=14.50%

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
Decimal2342147600.090.680.0852.417960.78
HexEAD64C09448344f3d
Octal352326114011104106411775
Binary1110101011010110100110001001100010010001101001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD64C; }

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

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

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

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

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

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

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

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