Shades of Cream Can #E4C058
Tints of Cream Can #E4C058
RGB
CMYK
RGB Variations
Color information
#E4C058 (or 0xE4C058) is known color: Cream Can. HEX triplet: E4, C0 and 58. RGB value is (228,192,88). Sum of RGB (Red+Green+Blue) = 228+192+88=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 88 (34.77% from 255 or 17.32% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C058 is #1B3FA7. Grayscale: #BFBFBF. Windows color (decimal): -1785768 or 5816548. OLE color: 5816548.
HSL color Cylindrical-coordinate representation of color #E4C058: hue angle of 44.57º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E4C058 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 192 | 88 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.11 |
| HSL | 44.57º | 0.72% | 0.62% | - |
| HSV(B) | 44.57º | 0.61% | 0.89% | - |
| XYZ | 52.61 | 54.9 | 17.06 | - |
| YUV | 190.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 88 | 0 | 0.16 | 0.61 | 0.11 | 44.57 | 0.72 | 0.62 |
| Hex | E4 | C0 | 58 | 0 | 10 | 3D | B | 2D | 48 | 3E |
| Octal | 344 | 300 | 130 | 0 | 20 | 75 | 13 | 55 | 110 | 76 |
| Binary | 11100100 | 11000000 | 1011000 | 0 | 10000 | 111101 | 1011 | 101101 | 1001000 | 111110 |
Color Harmonies of #E4C058
Complementary color
Monochromatic Colors of #E4C058
Black with #E4C058
Text Example
Text Example
White with #E4C058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C058; }
p { color: rgb(228,192,88); }
H1.HeaderClassName
{
color: #E4C058;
}
.AnyTagClassName
{
color: #E4C058;
}
</style>
background-color css
<style>
a { background-color: #E4C058; }
a { background-color: rgb(228,192,88); }
div.DivClassName
{
background-color: #E4C058;
}
.BgClassName
{
background-color: #E4C058;
}
</style>
border-color css
<style>
span { border-color: #E4C058; }
span { border-color: rgb(228,192,88); }
td.TdClassName
{
border-color: #E4C058;
}
.TagClassName
{
border-color: #E4C058;
}
</style>