Shades of Cream Can #E0C150
Tints of Cream Can #E0C150
RGB
CMYK
RGB Variations
Color information
#E0C150 (or 0xE0C150) is known color: Cream Can. HEX triplet: E0, C1 and 50. RGB value is (224,193,80). Sum of RGB (Red+Green+Blue) = 224+193+80=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C150 is #1F3EAF. Grayscale: #BDBDBD. Windows color (decimal): -2047664 or 5292512. OLE color: 5292512.
HSL color Cylindrical-coordinate representation of color #E0C150: hue angle of 47.08º 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 #E0C150 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 80 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.12 |
| HSL | 47.08º | 0.7% | 0.6% | - |
| HSV(B) | 47.08º | 0.64% | 0.88% | - |
| XYZ | 51.26 | 54.57 | 15.42 | - |
| YUV | 189.39 | 66.27 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 80 | 0 | 0.14 | 0.64 | 0.12 | 47.08 | 0.7 | 0.6 |
| Hex | E0 | C1 | 50 | 0 | E | 40 | C | 2F | 46 | 3C |
| Octal | 340 | 301 | 120 | 0 | 16 | 100 | 14 | 57 | 106 | 74 |
| Binary | 11100000 | 11000001 | 1010000 | 0 | 1110 | 1000000 | 1100 | 101111 | 1000110 | 111100 |
Color Harmonies of #E0C150
Complementary color
Monochromatic Colors of #E0C150
Black with #E0C150
Text Example
Text Example
White with #E0C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C150; }
p { color: rgb(224,193,80); }
H1.HeaderClassName
{
color: #E0C150;
}
.AnyTagClassName
{
color: #E0C150;
}
</style>
background-color css
<style>
a { background-color: #E0C150; }
a { background-color: rgb(224,193,80); }
div.DivClassName
{
background-color: #E0C150;
}
.BgClassName
{
background-color: #E0C150;
}
</style>
border-color css
<style>
span { border-color: #E0C150; }
span { border-color: rgb(224,193,80); }
td.TdClassName
{
border-color: #E0C150;
}
.TagClassName
{
border-color: #E0C150;
}
</style>