Shades of Cream Can #E1C558
Tints of Cream Can #E1C558
RGB
CMYK
RGB Variations
Color information
#E1C558 (or 0xE1C558) is known color: Cream Can. HEX triplet: E1, C5 and 58. RGB value is (225,197,88). Sum of RGB (Red+Green+Blue) = 225+197+88=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C558 is #1E3AA7. Grayscale: #C1C1C1. Windows color (decimal): -1981096 or 5817825. OLE color: 5817825.
HSL color Cylindrical-coordinate representation of color #E1C558: hue angle of 47.74º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1C558 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 88 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.12 |
| HSL | 47.74º | 0.7% | 0.61% | - |
| HSV(B) | 47.74º | 0.61% | 0.88% | - |
| XYZ | 52.78 | 56.64 | 17.38 | - |
| YUV | 192.95 | 68.78 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 88 | 0 | 0.12 | 0.61 | 0.12 | 47.74 | 0.7 | 0.61 |
| Hex | E1 | C5 | 58 | 0 | C | 3D | C | 30 | 46 | 3D |
| Octal | 341 | 305 | 130 | 0 | 14 | 75 | 14 | 60 | 106 | 75 |
| Binary | 11100001 | 11000101 | 1011000 | 0 | 1100 | 111101 | 1100 | 110000 | 1000110 | 111101 |
Color Harmonies of #E1C558
Complementary color
Monochromatic Colors of #E1C558
Black with #E1C558
Text Example
Text Example
White with #E1C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C558; }
p { color: rgb(225,197,88); }
H1.HeaderClassName
{
color: #E1C558;
}
.AnyTagClassName
{
color: #E1C558;
}
</style>
background-color css
<style>
a { background-color: #E1C558; }
a { background-color: rgb(225,197,88); }
div.DivClassName
{
background-color: #E1C558;
}
.BgClassName
{
background-color: #E1C558;
}
</style>
border-color css
<style>
span { border-color: #E1C558; }
span { border-color: rgb(225,197,88); }
td.TdClassName
{
border-color: #E1C558;
}
.TagClassName
{
border-color: #E1C558;
}
</style>