#E5C85A

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

Shades of Cream Can #E5C85A

Tints of Cream Can #E5C85A

Color information

#E5C85A (or 0xE5C85A) is unknown color: approx Cream Can. HEX triplet: E5, C8 and 5A. RGB value is (229,200,90). Sum of RGB (Red+Green+Blue) = 229+200+90=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C85A is #1A37A5. Grayscale: #C4C4C4. Windows color (decimal): -1718182 or 5949669. OLE color: 5949669.

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

Color convert

RGB22920090-
CMYK00.130.610.10
HSL47.48º72.77%62.55%-
HSV(B)47.48º60.7%89.8%-
XYZ54.8158.718.12-
YUV196.1368.11151.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.12%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 90 (35.55% from 255) = 17.34%
R=44.12%
G=38.54%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292009000.130.610.1047.4872.7762.55
HexE5C85A0D3DA2f493f
Octal34531013201575125711177
Binary111001011100100010110100110111110110101011111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C85A; }

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

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

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

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

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

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

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

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