#E5C855

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

Shades of Festival #E5C855

Tints of Festival #E5C855

Color information

#E5C855 (or 0xE5C855) is unknown color: approx Festival. HEX triplet: E5, C8 and 55. RGB value is (229,200,85). Sum of RGB (Red+Green+Blue) = 229+200+85=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C855 is #1A37AA. Grayscale: #C4C4C4. Windows color (decimal): -1718187 or 5621989. OLE color: 5621989.

HSL color Cylindrical-coordinate representation of color #E5C855: hue angle of 47.92º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5C855 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB22920085-
CMYK00.130.630.10
HSL47.92º73.47%61.57%-
HSV(B)47.92º62.88%89.8%-
XYZ54.6158.6217.03-
YUV195.5665.61151.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.55%
GREEN value IS 200 (78.52% from 255) = 38.91%
BLUE value IS 85 (33.59% from 255) = 16.54%
R=44.55%
G=38.91%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292008500.130.630.1047.9273.4761.57
HexE5C8550D3FA30493e
Octal34531012501577126011176
Binary111001011100100010101010110111111110101100001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C855; }

 p { color: rgb(229,200,85); }

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

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

 a { background-color: rgb(229,200,85); }

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

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

 span { border-color: rgb(229,200,85); }

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