Shades of Cream Can #E0C154
Tints of Cream Can #E0C154
RGB
CMYK
RGB Variations
Color information
#E0C154 (or 0xE0C154) is known color: Cream Can. HEX triplet: E0, C1 and 54. RGB value is (224,193,84). Sum of RGB (Red+Green+Blue) = 224+193+84=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 84 (33.20% from 255 or 16.77% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C154 is #1F3EAB. Grayscale: #BEBEBE. Windows color (decimal): -2047660 or 5554656. OLE color: 5554656.
HSL color Cylindrical-coordinate representation of color #E0C154: hue angle of 46.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0C154 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 84 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.12 |
| HSL | 46.71º | 0.69% | 0.6% | - |
| HSV(B) | 46.71º | 0.63% | 0.88% | - |
| XYZ | 51.41 | 54.63 | 16.22 | - |
| YUV | 189.84 | 68.27 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 84 | 0 | 0.14 | 0.62 | 0.12 | 46.71 | 0.69 | 0.6 |
| Hex | E0 | C1 | 54 | 0 | E | 3E | C | 2F | 45 | 3C |
| Octal | 340 | 301 | 124 | 0 | 16 | 76 | 14 | 57 | 105 | 74 |
| Binary | 11100000 | 11000001 | 1010100 | 0 | 1110 | 111110 | 1100 | 101111 | 1000101 | 111100 |
Color Harmonies of #E0C154
Complementary color
Monochromatic Colors of #E0C154
Black with #E0C154
Text Example
Text Example
White with #E0C154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C154; }
p { color: rgb(224,193,84); }
H1.HeaderClassName
{
color: #E0C154;
}
.AnyTagClassName
{
color: #E0C154;
}
</style>
background-color css
<style>
a { background-color: #E0C154; }
a { background-color: rgb(224,193,84); }
div.DivClassName
{
background-color: #E0C154;
}
.BgClassName
{
background-color: #E0C154;
}
</style>
border-color css
<style>
span { border-color: #E0C154; }
span { border-color: rgb(224,193,84); }
td.TdClassName
{
border-color: #E0C154;
}
.TagClassName
{
border-color: #E0C154;
}
</style>