#E0C957

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

Shades of Festival #E0C957

Tints of Festival #E0C957

Color information

#E0C957 (or 0xE0C957) is unknown color: approx Festival. HEX triplet: E0, C9 and 57. RGB value is (224,201,87). Sum of RGB (Red+Green+Blue) = 224+201+87=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 87 (34.38% from 255 or 16.99% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C957 is #1F36A8. Grayscale: #C3C3C3. Windows color (decimal): -2045609 or 5753312. OLE color: 5753312.

HSL color Cylindrical-coordinate representation of color #E0C957: hue angle of 49.93º 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 #E0C957 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB22420187-
CMYK00.100.610.12
HSL49.93º68.84%60.98%-
HSV(B)49.93º61.16%87.84%-
XYZ53.3558.3117.46-
YUV194.8867.12148.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 87 (34.38% from 255) = 16.99%
R=43.75%
G=39.26%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242018700.100.610.1249.9368.8460.98
HexE0C9570A3DC32453d
Octal34031112701275146210575
Binary111000001100100110101110101011110111001100101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C957; }

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

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

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

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

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

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

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

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