#E5CC4C

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

Shades of Festival #E5CC4C

Tints of Festival #E5CC4C

Color information

#E5CC4C (or 0xE5CC4C) is unknown color: approx Festival. HEX triplet: E5, CC and 4C. RGB value is (229,204,76). Sum of RGB (Red+Green+Blue) = 229+204+76=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CC4C is #1A33B3. Grayscale: #C5C5C5. Windows color (decimal): -1717172 or 5033189. OLE color: 5033189.

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

Color convert

RGB22920476-
CMYK00.110.670.10
HSL50.2º74.63%59.8%-
HSV(B)50.2º66.81%89.8%-
XYZ55.2160.3715.58-
YUV196.8859.78150.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.99%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 76 (30.08% from 255) = 14.93%
R=44.99%
G=40.08%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292047600.110.670.1050.274.6359.8
HexE5CC4C0B43A324b3c
Octal345314114013103126211374
Binary1110010111001100100110001011100001110101100101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CC4C; }

 p { color: rgb(229,204,76); }

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

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

 a { background-color: rgb(229,204,76); }

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

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

 span { border-color: rgb(229,204,76); }

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