#E1C858

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

Shades of Festival #E1C858

Tints of Festival #E1C858

Color information

#E1C858 (or 0xE1C858) is unknown color: approx Festival. HEX triplet: E1, C8 and 58. RGB value is (225,200,88). Sum of RGB (Red+Green+Blue) = 225+200+88=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C858 is #1E37A7. Grayscale: #C3C3C3. Windows color (decimal): -1980328 or 5818593. OLE color: 5818593.

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

Color convert

RGB22520088-
CMYK00.110.610.12
HSL49.05º69.54%61.37%-
HSV(B)49.05º60.89%88.24%-
XYZ53.4758.0217.61-
YUV194.7167.78149.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 88 (34.77% from 255) = 17.15%
R=43.86%
G=38.99%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252008800.110.610.1249.0569.5461.37
HexE1C8580B3DC31463d
Octal34131013001375146110675
Binary111000011100100010110000101111110111001100011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C858; }

 p { color: rgb(225,200,88); }

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

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

 a { background-color: rgb(225,200,88); }

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

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

 span { border-color: rgb(225,200,88); }

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