Shades of Cream Can #E0C151
Tints of Cream Can #E0C151
RGB
CMYK
RGB Variations
Color information
#E0C151 (or 0xE0C151) is known color: Cream Can. HEX triplet: E0, C1 and 51. RGB value is (224,193,81). Sum of RGB (Red+Green+Blue) = 224+193+81=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 81 (32.03% from 255 or 16.27% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C151 is #1F3EAE. Grayscale: #BDBDBD. Windows color (decimal): -2047663 or 5358048. OLE color: 5358048.
HSL color Cylindrical-coordinate representation of color #E0C151: hue angle of 46.99º 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 #E0C151 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 81 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.12 |
| HSL | 46.99º | 0.7% | 0.6% | - |
| HSV(B) | 46.99º | 0.64% | 0.88% | - |
| XYZ | 51.3 | 54.58 | 15.62 | - |
| YUV | 189.5 | 66.77 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 81 | 0 | 0.14 | 0.64 | 0.12 | 46.99 | 0.7 | 0.6 |
| Hex | E0 | C1 | 51 | 0 | E | 40 | C | 2F | 46 | 3C |
| Octal | 340 | 301 | 121 | 0 | 16 | 100 | 14 | 57 | 106 | 74 |
| Binary | 11100000 | 11000001 | 1010001 | 0 | 1110 | 1000000 | 1100 | 101111 | 1000110 | 111100 |
Color Harmonies of #E0C151
Complementary color
Monochromatic Colors of #E0C151
Black with #E0C151
Text Example
Text Example
White with #E0C151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C151; }
p { color: rgb(224,193,81); }
H1.HeaderClassName
{
color: #E0C151;
}
.AnyTagClassName
{
color: #E0C151;
}
</style>
background-color css
<style>
a { background-color: #E0C151; }
a { background-color: rgb(224,193,81); }
div.DivClassName
{
background-color: #E0C151;
}
.BgClassName
{
background-color: #E0C151;
}
</style>
border-color css
<style>
span { border-color: #E0C151; }
span { border-color: rgb(224,193,81); }
td.TdClassName
{
border-color: #E0C151;
}
.TagClassName
{
border-color: #E0C151;
}
</style>