Shades of Cream Can #E1C258
Tints of Cream Can #E1C258
RGB
CMYK
RGB Variations
Color information
#E1C258 (or 0xE1C258) is known color: Cream Can. HEX triplet: E1, C2 and 58. RGB value is (225,194,88). Sum of RGB (Red+Green+Blue) = 225+194+88=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C258 is #1E3DA7. Grayscale: #BFBFBF. Windows color (decimal): -1981864 or 5817057. OLE color: 5817057.
HSL color Cylindrical-coordinate representation of color #E1C258: hue angle of 46.42º 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 #E1C258 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 88 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.12 |
| HSL | 46.42º | 0.7% | 0.61% | - |
| HSV(B) | 46.42º | 0.61% | 0.88% | - |
| XYZ | 52.1 | 55.3 | 17.16 | - |
| YUV | 191.19 | 69.77 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 88 | 0 | 0.14 | 0.61 | 0.12 | 46.42 | 0.7 | 0.61 |
| Hex | E1 | C2 | 58 | 0 | E | 3D | C | 2E | 46 | 3D |
| Octal | 341 | 302 | 130 | 0 | 16 | 75 | 14 | 56 | 106 | 75 |
| Binary | 11100001 | 11000010 | 1011000 | 0 | 1110 | 111101 | 1100 | 101110 | 1000110 | 111101 |
Color Harmonies of #E1C258
Complementary color
Monochromatic Colors of #E1C258
Black with #E1C258
Text Example
Text Example
White with #E1C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C258; }
p { color: rgb(225,194,88); }
H1.HeaderClassName
{
color: #E1C258;
}
.AnyTagClassName
{
color: #E1C258;
}
</style>
background-color css
<style>
a { background-color: #E1C258; }
a { background-color: rgb(225,194,88); }
div.DivClassName
{
background-color: #E1C258;
}
.BgClassName
{
background-color: #E1C258;
}
</style>
border-color css
<style>
span { border-color: #E1C258; }
span { border-color: rgb(225,194,88); }
td.TdClassName
{
border-color: #E1C258;
}
.TagClassName
{
border-color: #E1C258;
}
</style>