#E8CC42

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

Shades of Festival #E8CC42

Tints of Festival #E8CC42

Color information

#E8CC42 (or 0xE8CC42) is unknown color: approx Festival. HEX triplet: E8, CC and 42. RGB value is (232,204,66). Sum of RGB (Red+Green+Blue) = 232+204+66=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CC42 is #1733BD. Grayscale: #C5C5C5. Windows color (decimal): -1520574 or 4377832. OLE color: 4377832.

HSL color Cylindrical-coordinate representation of color #E8CC42: hue angle of 49.88º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8CC42 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23220466-
CMYK00.120.720.09
HSL49.88º78.3%58.43%-
HSV(B)49.88º71.55%90.98%-
XYZ55.8560.7313.93-
YUV196.6454.28153.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.22%
GREEN value IS 204 (80.08% from 255) = 40.64%
BLUE value IS 66 (26.17% from 255) = 13.15%
R=46.22%
G=40.64%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322046600.120.720.0949.8878.358.43
HexE8CC420C489324e3a
Octal350314102014110116211672
Binary1110100011001100100001001100100100010011100101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CC42; }

 p { color: rgb(232,204,66); }

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

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

 a { background-color: rgb(232,204,66); }

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

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

 span { border-color: rgb(232,204,66); }

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