Shades of Cream Can #E4C049
Tints of Cream Can #E4C049
RGB
CMYK
RGB Variations
Color information
#E4C049 (or 0xE4C049) is known color: Cream Can. HEX triplet: E4, C0 and 49. RGB value is (228,192,73). Sum of RGB (Red+Green+Blue) = 228+192+73=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C049 is #1B3FB6. Grayscale: #BDBDBD. Windows color (decimal): -1785783 or 4833508. OLE color: 4833508.
HSL color Cylindrical-coordinate representation of color #E4C049: hue angle of 46.06º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4C049 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 192 | 73 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.11 |
| HSL | 46.06º | 0.74% | 0.59% | - |
| HSV(B) | 46.06º | 0.68% | 0.89% | - |
| XYZ | 52.05 | 54.67 | 14.11 | - |
| YUV | 189.2 | 62.43 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 73 | 0 | 0.16 | 0.68 | 0.11 | 46.06 | 0.74 | 0.59 |
| Hex | E4 | C0 | 49 | 0 | 10 | 44 | B | 2E | 4A | 3B |
| Octal | 344 | 300 | 111 | 0 | 20 | 104 | 13 | 56 | 112 | 73 |
| Binary | 11100100 | 11000000 | 1001001 | 0 | 10000 | 1000100 | 1011 | 101110 | 1001010 | 111011 |
Color Harmonies of #E4C049
Complementary color
Monochromatic Colors of #E4C049
Black with #E4C049
Text Example
Text Example
White with #E4C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C049; }
p { color: rgb(228,192,73); }
H1.HeaderClassName
{
color: #E4C049;
}
.AnyTagClassName
{
color: #E4C049;
}
</style>
background-color css
<style>
a { background-color: #E4C049; }
a { background-color: rgb(228,192,73); }
div.DivClassName
{
background-color: #E4C049;
}
.BgClassName
{
background-color: #E4C049;
}
</style>
border-color css
<style>
span { border-color: #E4C049; }
span { border-color: rgb(228,192,73); }
td.TdClassName
{
border-color: #E4C049;
}
.TagClassName
{
border-color: #E4C049;
}
</style>