Shades of Cream Can #E1C154
Tints of Cream Can #E1C154
RGB
CMYK
RGB Variations
Color information
#E1C154 (or 0xE1C154) is known color: Cream Can. HEX triplet: E1, C1 and 54. RGB value is (225,193,84). Sum of RGB (Red+Green+Blue) = 225+193+84=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C154 is #1E3EAB. Grayscale: #BEBEBE. Windows color (decimal): -1982124 or 5554657. OLE color: 5554657.
HSL color Cylindrical-coordinate representation of color #E1C154: hue angle of 46.38º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1C154 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 84 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.12 |
| HSL | 46.38º | 0.7% | 0.61% | - |
| HSV(B) | 46.38º | 0.63% | 0.88% | - |
| XYZ | 51.72 | 54.79 | 16.24 | - |
| YUV | 190.14 | 68.1 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 84 | 0 | 0.14 | 0.63 | 0.12 | 46.38 | 0.7 | 0.61 |
| Hex | E1 | C1 | 54 | 0 | E | 3F | C | 2E | 46 | 3D |
| Octal | 341 | 301 | 124 | 0 | 16 | 77 | 14 | 56 | 106 | 75 |
| Binary | 11100001 | 11000001 | 1010100 | 0 | 1110 | 111111 | 1100 | 101110 | 1000110 | 111101 |
Color Harmonies of #E1C154
Complementary color
Monochromatic Colors of #E1C154
Black with #E1C154
Text Example
Text Example
White with #E1C154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C154; }
p { color: rgb(225,193,84); }
H1.HeaderClassName
{
color: #E1C154;
}
.AnyTagClassName
{
color: #E1C154;
}
</style>
background-color css
<style>
a { background-color: #E1C154; }
a { background-color: rgb(225,193,84); }
div.DivClassName
{
background-color: #E1C154;
}
.BgClassName
{
background-color: #E1C154;
}
</style>
border-color css
<style>
span { border-color: #E1C154; }
span { border-color: rgb(225,193,84); }
td.TdClassName
{
border-color: #E1C154;
}
.TagClassName
{
border-color: #E1C154;
}
</style>