Shades of Cream Can #E7C049
Tints of Cream Can #E7C049
RGB
CMYK
RGB Variations
Color information
#E7C049 (or 0xE7C049) is known color: Cream Can. HEX triplet: E7, C0 and 49. RGB value is (231,192,73). Sum of RGB (Red+Green+Blue) = 231+192+73=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C049 is #183FB6. Grayscale: #BEBEBE. Windows color (decimal): -1589175 or 4833511. OLE color: 4833511.
HSL color Cylindrical-coordinate representation of color #E7C049: hue angle of 45.19º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7C049 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 73 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.09 |
| HSL | 45.19º | 0.77% | 0.6% | - |
| HSV(B) | 45.19º | 0.68% | 0.91% | - |
| XYZ | 53.01 | 55.17 | 14.16 | - |
| YUV | 190.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 73 | 0 | 0.17 | 0.68 | 0.09 | 45.19 | 0.77 | 0.6 |
| Hex | E7 | C0 | 49 | 0 | 11 | 44 | 9 | 2D | 4D | 3C |
| Octal | 347 | 300 | 111 | 0 | 21 | 104 | 11 | 55 | 115 | 74 |
| Binary | 11100111 | 11000000 | 1001001 | 0 | 10001 | 1000100 | 1001 | 101101 | 1001101 | 111100 |
Color Harmonies of #E7C049
Complementary color
Monochromatic Colors of #E7C049
Black with #E7C049
Text Example
Text Example
White with #E7C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C049; }
p { color: rgb(231,192,73); }
H1.HeaderClassName
{
color: #E7C049;
}
.AnyTagClassName
{
color: #E7C049;
}
</style>
background-color css
<style>
a { background-color: #E7C049; }
a { background-color: rgb(231,192,73); }
div.DivClassName
{
background-color: #E7C049;
}
.BgClassName
{
background-color: #E7C049;
}
</style>
border-color css
<style>
span { border-color: #E7C049; }
span { border-color: rgb(231,192,73); }
td.TdClassName
{
border-color: #E7C049;
}
.TagClassName
{
border-color: #E7C049;
}
</style>