#e8c85b

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

Shades of Cream Can #E8C85B

Tints of Cream Can #E8C85B

Color information

#E8C85B (or 0xE8C85B) is unknown color: approx Cream Can. HEX triplet: E8, C8 and 5B. RGB value is (232,200,91). Sum of RGB (Red+Green+Blue) = 232+200+91=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C85B is #1737A4. Grayscale: #C5C5C5. Windows color (decimal): -1521573 or 6015208. OLE color: 6015208.

HSL color Cylindrical-coordinate representation of color #E8C85B: hue angle of 46.38º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8C85B is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB23220091-
CMYK00.140.610.09
HSL46.38º75.4%63.33%-
HSV(B)46.38º60.78%90.98%-
XYZ55.8259.2218.39-
YUV197.1468.1152.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.36%
GREEN value IS 200 (78.52% from 255) = 38.24%
BLUE value IS 91 (35.94% from 255) = 17.40%
R=44.36%
G=38.24%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322009100.140.610.0946.3875.463.33
HexE8C85B0E3D92e4b3f
Octal35031013301675115611377
Binary111010001100100010110110111011110110011011101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8c85b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8c85b; }

 p { color: rgb(232,200,91); }

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

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

 a { background-color: rgb(232,200,91); }

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

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

 span { border-color: rgb(232,200,91); }

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