Shades of Cream Can #E0C050
Tints of Cream Can #E0C050
RGB
CMYK
RGB Variations
Color information
#E0C050 (or 0xE0C050) is known color: Cream Can. HEX triplet: E0, C0 and 50. RGB value is (224,192,80). Sum of RGB (Red+Green+Blue) = 224+192+80=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C050 is #1F3FAF. Grayscale: #BDBDBD. Windows color (decimal): -2047920 or 5292256. OLE color: 5292256.
HSL color Cylindrical-coordinate representation of color #E0C050: hue angle of 46.67º 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 #E0C050 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 80 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.12 |
| HSL | 46.67º | 0.7% | 0.6% | - |
| HSV(B) | 46.67º | 0.64% | 0.88% | - |
| XYZ | 51.04 | 54.13 | 15.35 | - |
| YUV | 188.8 | 66.6 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 80 | 0 | 0.14 | 0.64 | 0.12 | 46.67 | 0.7 | 0.6 |
| Hex | E0 | C0 | 50 | 0 | E | 40 | C | 2F | 46 | 3C |
| Octal | 340 | 300 | 120 | 0 | 16 | 100 | 14 | 57 | 106 | 74 |
| Binary | 11100000 | 11000000 | 1010000 | 0 | 1110 | 1000000 | 1100 | 101111 | 1000110 | 111100 |
Color Harmonies of #E0C050
Complementary color
Monochromatic Colors of #E0C050
Black with #E0C050
Text Example
Text Example
White with #E0C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C050; }
p { color: rgb(224,192,80); }
H1.HeaderClassName
{
color: #E0C050;
}
.AnyTagClassName
{
color: #E0C050;
}
</style>
background-color css
<style>
a { background-color: #E0C050; }
a { background-color: rgb(224,192,80); }
div.DivClassName
{
background-color: #E0C050;
}
.BgClassName
{
background-color: #E0C050;
}
</style>
border-color css
<style>
span { border-color: #E0C050; }
span { border-color: rgb(224,192,80); }
td.TdClassName
{
border-color: #E0C050;
}
.TagClassName
{
border-color: #E0C050;
}
</style>