Shades of Cream Can #E0C152
Tints of Cream Can #E0C152
RGB
CMYK
RGB Variations
Color information
#E0C152 (or 0xE0C152) is known color: Cream Can. HEX triplet: E0, C1 and 52. RGB value is (224,193,82). Sum of RGB (Red+Green+Blue) = 224+193+82=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C152 is #1F3EAD. Grayscale: #BEBEBE. Windows color (decimal): -2047662 or 5423584. OLE color: 5423584.
HSL color Cylindrical-coordinate representation of color #E0C152: hue angle of 46.9º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0C152 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 82 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.12 |
| HSL | 46.9º | 0.7% | 0.6% | - |
| HSV(B) | 46.9º | 0.63% | 0.88% | - |
| XYZ | 51.33 | 54.6 | 15.82 | - |
| YUV | 189.62 | 67.27 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 82 | 0 | 0.14 | 0.63 | 0.12 | 46.9 | 0.7 | 0.6 |
| Hex | E0 | C1 | 52 | 0 | E | 3F | C | 2F | 46 | 3C |
| Octal | 340 | 301 | 122 | 0 | 16 | 77 | 14 | 57 | 106 | 74 |
| Binary | 11100000 | 11000001 | 1010010 | 0 | 1110 | 111111 | 1100 | 101111 | 1000110 | 111100 |
Color Harmonies of #E0C152
Complementary color
Monochromatic Colors of #E0C152
Black with #E0C152
Text Example
Text Example
White with #E0C152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C152; }
p { color: rgb(224,193,82); }
H1.HeaderClassName
{
color: #E0C152;
}
.AnyTagClassName
{
color: #E0C152;
}
</style>
background-color css
<style>
a { background-color: #E0C152; }
a { background-color: rgb(224,193,82); }
div.DivClassName
{
background-color: #E0C152;
}
.BgClassName
{
background-color: #E0C152;
}
</style>
border-color css
<style>
span { border-color: #E0C152; }
span { border-color: rgb(224,193,82); }
td.TdClassName
{
border-color: #E0C152;
}
.TagClassName
{
border-color: #E0C152;
}
</style>