Shades of Cream Can #E4C455
Tints of Cream Can #E4C455
RGB
CMYK
RGB Variations
Color information
#E4C455 (or 0xE4C455) is known color: Cream Can. HEX triplet: E4, C4 and 55. RGB value is (228,196,85). Sum of RGB (Red+Green+Blue) = 228+196+85=509 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.79% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C455 is #1B3BAA. Grayscale: #C1C1C1. Windows color (decimal): -1784747 or 5620964. OLE color: 5620964.
HSL color Cylindrical-coordinate representation of color #E4C455: hue angle of 46.57º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E4C455 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 196 | 85 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.11 |
| HSL | 46.57º | 0.73% | 0.61% | - |
| HSV(B) | 46.57º | 0.63% | 0.89% | - |
| XYZ | 53.37 | 56.63 | 16.71 | - |
| YUV | 192.91 | 67.1 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 196 | 85 | 0 | 0.14 | 0.63 | 0.11 | 46.57 | 0.73 | 0.61 |
| Hex | E4 | C4 | 55 | 0 | E | 3F | B | 2F | 49 | 3D |
| Octal | 344 | 304 | 125 | 0 | 16 | 77 | 13 | 57 | 111 | 75 |
| Binary | 11100100 | 11000100 | 1010101 | 0 | 1110 | 111111 | 1011 | 101111 | 1001001 | 111101 |
Color Harmonies of #E4C455
Complementary color
Monochromatic Colors of #E4C455
Black with #E4C455
Text Example
Text Example
White with #E4C455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C455; }
p { color: rgb(228,196,85); }
H1.HeaderClassName
{
color: #E4C455;
}
.AnyTagClassName
{
color: #E4C455;
}
</style>
background-color css
<style>
a { background-color: #E4C455; }
a { background-color: rgb(228,196,85); }
div.DivClassName
{
background-color: #E4C455;
}
.BgClassName
{
background-color: #E4C455;
}
</style>
border-color css
<style>
span { border-color: #E4C455; }
span { border-color: rgb(228,196,85); }
td.TdClassName
{
border-color: #E4C455;
}
.TagClassName
{
border-color: #E4C455;
}
</style>