#E5CC51

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

Shades of Festival #E5CC51

Tints of Festival #E5CC51

Color information

#E5CC51 (or 0xE5CC51) is unknown color: approx Festival. HEX triplet: E5, CC and 51. RGB value is (229,204,81). Sum of RGB (Red+Green+Blue) = 229+204+81=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 81 (32.03% from 255 or 15.76% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CC51 is #1A33AE. Grayscale: #C5C5C5. Windows color (decimal): -1717167 or 5360869. OLE color: 5360869.

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

Color convert

RGB22920481-
CMYK00.110.650.10
HSL49.86º74%60.78%-
HSV(B)49.86º64.63%89.8%-
XYZ55.3960.4416.53-
YUV197.4562.28150.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.55%
GREEN value IS 204 (80.08% from 255) = 39.69%
BLUE value IS 81 (32.03% from 255) = 15.76%
R=44.55%
G=39.69%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292048100.110.650.1049.867460.78
HexE5CC510B41A324a3d
Octal345314121013101126211275
Binary1110010111001100101000101011100000110101100101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CC51; }

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

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

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

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

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

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

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

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