Shades of Cream Can #E9C456
Tints of Cream Can #E9C456
RGB
CMYK
RGB Variations
Color information
#E9C456 (or 0xE9C456) is known color: Cream Can. HEX triplet: E9, C4 and 56. RGB value is (233,196,86). Sum of RGB (Red+Green+Blue) = 233+196+86=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C456 is #163BA9. Grayscale: #C3C3C3. Windows color (decimal): -1457066 or 5686505. OLE color: 5686505.
HSL color Cylindrical-coordinate representation of color #E9C456: hue angle of 44.9º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E9C456 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 86 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.09 |
| HSL | 44.9º | 0.77% | 0.63% | - |
| HSV(B) | 44.9º | 0.63% | 0.91% | - |
| XYZ | 55.02 | 57.48 | 17 | - |
| YUV | 194.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 86 | 0 | 0.16 | 0.63 | 0.09 | 44.9 | 0.77 | 0.63 |
| Hex | E9 | C4 | 56 | 0 | 10 | 3F | 9 | 2D | 4D | 3F |
| Octal | 351 | 304 | 126 | 0 | 20 | 77 | 11 | 55 | 115 | 77 |
| Binary | 11101001 | 11000100 | 1010110 | 0 | 10000 | 111111 | 1001 | 101101 | 1001101 | 111111 |
Color Harmonies of #E9C456
Complementary color
Monochromatic Colors of #E9C456
Black with #E9C456
Text Example
Text Example
White with #E9C456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C456; }
p { color: rgb(233,196,86); }
H1.HeaderClassName
{
color: #E9C456;
}
.AnyTagClassName
{
color: #E9C456;
}
</style>
background-color css
<style>
a { background-color: #E9C456; }
a { background-color: rgb(233,196,86); }
div.DivClassName
{
background-color: #E9C456;
}
.BgClassName
{
background-color: #E9C456;
}
</style>
border-color css
<style>
span { border-color: #E9C456; }
span { border-color: rgb(233,196,86); }
td.TdClassName
{
border-color: #E9C456;
}
.TagClassName
{
border-color: #E9C456;
}
</style>