#E0CC57

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

Shades of Festival #E0CC57

Tints of Festival #E0CC57

Color information

#E0CC57 (or 0xE0CC57) is unknown color: approx Festival. HEX triplet: E0, CC and 57. RGB value is (224,204,87). Sum of RGB (Red+Green+Blue) = 224+204+87=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CC57 is #1F33A8. Grayscale: #C5C5C5. Windows color (decimal): -2044841 or 5754080. OLE color: 5754080.

HSL color Cylindrical-coordinate representation of color #E0CC57: hue angle of 51.24º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E0CC57 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB22420487-
CMYK00.090.610.12
HSL51.24º68.84%60.98%-
HSV(B)51.24º61.16%87.84%-
XYZ54.0559.7217.7-
YUV196.6466.13147.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.50%
GREEN value IS 204 (80.08% from 255) = 39.61%
BLUE value IS 87 (34.38% from 255) = 16.89%
R=43.50%
G=39.61%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242048700.090.610.1251.2468.8460.98
HexE0CC57093DC33453d
Octal34031412701175146310575
Binary111000001100110010101110100111110111001100111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CC57; }

 p { color: rgb(224,204,87); }

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

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

 a { background-color: rgb(224,204,87); }

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

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

 span { border-color: rgb(224,204,87); }

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