Shades of Cream Can #E5C456
Tints of Cream Can #E5C456
RGB
CMYK
RGB Variations
Color information
#E5C456 (or 0xE5C456) is known color: 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
| RGB | 229 | 196 | 86 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.10 |
| HSL | 46.15º | 0.73% | 0.62% | - |
| HSV(B) | 46.15º | 0.62% | 0.9% | - |
| XYZ | 53.73 | 56.81 | 16.94 | - |
| YUV | 193.33 | 67.43 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 86 | 0 | 0.14 | 0.62 | 0.10 | 46.15 | 0.73 | 0.62 |
| Hex | E5 | C4 | 56 | 0 | E | 3E | A | 2E | 49 | 3E |
| Octal | 345 | 304 | 126 | 0 | 16 | 76 | 12 | 56 | 111 | 76 |
| Binary | 11100101 | 11000100 | 1010110 | 0 | 1110 | 111110 | 1010 | 101110 | 1001001 | 111110 |
Color Harmonies of #E5C456
Complementary color
Monochromatic Colors of #E5C456
Black with #E5C456
Text Example
Text Example
White with #E5C456
Text Example
Text Example
HTML Codes & Css Web 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>