#E5C456

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

Shades of Cream Can #E5C456

Tints of Cream Can #E5C456

Color information

#E5C456 (or 0xE5C456) is unknown color: approx Cream Can. HEX triplet: E5, C4 and 56. RGB value is (229,196,86). Sum of RGB (Red+Green+Blue) = 229+196+86=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C456 is #1A3BA9. Grayscale: #C1C1C1. Windows color (decimal): -1719210 or 5686501. OLE color: 5686501.

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

Color convert

RGB22919686-
CMYK00.140.620.10
HSL46.15º73.33%61.76%-
HSV(B)46.15º62.45%89.8%-
XYZ53.7356.8116.94-
YUV193.3367.43153.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.81%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 86 (33.98% from 255) = 16.83%
R=44.81%
G=38.36%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291968600.140.620.1046.1573.3361.76
HexE5C4560E3EA2e493e
Octal34530412601676125611176
Binary111001011100010010101100111011111010101011101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C456; }

 p { color: rgb(229,196,86); }

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

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

 a { background-color: rgb(229,196,86); }

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

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

 span { border-color: rgb(229,196,86); }

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