Shades of Cream Can #E0C051
Tints of Cream Can #E0C051
RGB
CMYK
RGB Variations
Color information
#E0C051 (or 0xE0C051) is known color: Cream Can. HEX triplet: E0, C0 and 51. RGB value is (224,192,81). Sum of RGB (Red+Green+Blue) = 224+192+81=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 81 (32.03% from 255 or 16.30% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C051 is #1F3FAE. Grayscale: #BDBDBD. Windows color (decimal): -2047919 or 5357792. OLE color: 5357792.
HSL color Cylindrical-coordinate representation of color #E0C051: hue angle of 46.57º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0C051 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 81 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.12 |
| HSL | 46.57º | 0.7% | 0.6% | - |
| HSV(B) | 46.57º | 0.64% | 0.88% | - |
| XYZ | 51.08 | 54.14 | 15.54 | - |
| YUV | 188.91 | 67.1 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 81 | 0 | 0.14 | 0.64 | 0.12 | 46.57 | 0.7 | 0.6 |
| Hex | E0 | C0 | 51 | 0 | E | 40 | C | 2F | 46 | 3C |
| Octal | 340 | 300 | 121 | 0 | 16 | 100 | 14 | 57 | 106 | 74 |
| Binary | 11100000 | 11000000 | 1010001 | 0 | 1110 | 1000000 | 1100 | 101111 | 1000110 | 111100 |
Color Harmonies of #E0C051
Complementary color
Monochromatic Colors of #E0C051
Black with #E0C051
Text Example
Text Example
White with #E0C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C051; }
p { color: rgb(224,192,81); }
H1.HeaderClassName
{
color: #E0C051;
}
.AnyTagClassName
{
color: #E0C051;
}
</style>
background-color css
<style>
a { background-color: #E0C051; }
a { background-color: rgb(224,192,81); }
div.DivClassName
{
background-color: #E0C051;
}
.BgClassName
{
background-color: #E0C051;
}
</style>
border-color css
<style>
span { border-color: #E0C051; }
span { border-color: rgb(224,192,81); }
td.TdClassName
{
border-color: #E0C051;
}
.TagClassName
{
border-color: #E0C051;
}
</style>