Shades of Cream Can #E8C456
Tints of Cream Can #E8C456
RGB
CMYK
RGB Variations
Color information
#E8C456 (or 0xE8C456) is known color: Cream Can. HEX triplet: E8, C4 and 56. RGB value is (232,196,86). Sum of RGB (Red+Green+Blue) = 232+196+86=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C456 is #173BA9. Grayscale: #C2C2C2. Windows color (decimal): -1522602 or 5686504. OLE color: 5686504.
HSL color Cylindrical-coordinate representation of color #E8C456: hue angle of 45.21º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E8C456 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 196 | 86 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.09 |
| HSL | 45.21º | 0.76% | 0.62% | - |
| HSV(B) | 45.21º | 0.63% | 0.91% | - |
| XYZ | 54.7 | 57.31 | 16.98 | - |
| YUV | 194.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 196 | 86 | 0 | 0.16 | 0.63 | 0.09 | 45.21 | 0.76 | 0.62 |
| Hex | E8 | C4 | 56 | 0 | 10 | 3F | 9 | 2D | 4C | 3E |
| Octal | 350 | 304 | 126 | 0 | 20 | 77 | 11 | 55 | 114 | 76 |
| Binary | 11101000 | 11000100 | 1010110 | 0 | 10000 | 111111 | 1001 | 101101 | 1001100 | 111110 |
Color Harmonies of #E8C456
Complementary color
Monochromatic Colors of #E8C456
Black with #E8C456
Text Example
Text Example
White with #E8C456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C456; }
p { color: rgb(232,196,86); }
H1.HeaderClassName
{
color: #E8C456;
}
.AnyTagClassName
{
color: #E8C456;
}
</style>
background-color css
<style>
a { background-color: #E8C456; }
a { background-color: rgb(232,196,86); }
div.DivClassName
{
background-color: #E8C456;
}
.BgClassName
{
background-color: #E8C456;
}
</style>
border-color css
<style>
span { border-color: #E8C456; }
span { border-color: rgb(232,196,86); }
td.TdClassName
{
border-color: #E8C456;
}
.TagClassName
{
border-color: #E8C456;
}
</style>