Shades of Cream Can #E8C048
Tints of Cream Can #E8C048
RGB
CMYK
RGB Variations
Color information
#E8C048 (or 0xE8C048) is known color: Cream Can. HEX triplet: E8, C0 and 48. RGB value is (232,192,72). Sum of RGB (Red+Green+Blue) = 232+192+72=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C048 is #173FB7. Grayscale: #BEBEBE. Windows color (decimal): -1523640 or 4767976. OLE color: 4767976.
HSL color Cylindrical-coordinate representation of color #E8C048: hue angle of 45º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8C048 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 72 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.09 |
| HSL | 45º | 0.78% | 0.6% | - |
| HSV(B) | 45º | 0.69% | 0.91% | - |
| XYZ | 53.3 | 55.32 | 14 | - |
| YUV | 190.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 72 | 0 | 0.17 | 0.69 | 0.09 | 45 | 0.78 | 0.6 |
| Hex | E8 | C0 | 48 | 0 | 11 | 45 | 9 | 2D | 4E | 3C |
| Octal | 350 | 300 | 110 | 0 | 21 | 105 | 11 | 55 | 116 | 74 |
| Binary | 11101000 | 11000000 | 1001000 | 0 | 10001 | 1000101 | 1001 | 101101 | 1001110 | 111100 |
Color Harmonies of #E8C048
Complementary color
Monochromatic Colors of #E8C048
Black with #E8C048
Text Example
Text Example
White with #E8C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C048; }
p { color: rgb(232,192,72); }
H1.HeaderClassName
{
color: #E8C048;
}
.AnyTagClassName
{
color: #E8C048;
}
</style>
background-color css
<style>
a { background-color: #E8C048; }
a { background-color: rgb(232,192,72); }
div.DivClassName
{
background-color: #E8C048;
}
.BgClassName
{
background-color: #E8C048;
}
</style>
border-color css
<style>
span { border-color: #E8C048; }
span { border-color: rgb(232,192,72); }
td.TdClassName
{
border-color: #E8C048;
}
.TagClassName
{
border-color: #E8C048;
}
</style>