Shades of Cream Can #E6C048
Tints of Cream Can #E6C048
RGB
CMYK
RGB Variations
Color information
#E6C048 (or 0xE6C048) is known color: Cream Can. HEX triplet: E6, C0 and 48. RGB value is (230,192,72). Sum of RGB (Red+Green+Blue) = 230+192+72=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C048 is #193FB7. Grayscale: #BEBEBE. Windows color (decimal): -1654712 or 4767974. OLE color: 4767974.
HSL color Cylindrical-coordinate representation of color #E6C048: hue angle of 45.57º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6C048 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 72 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.10 |
| HSL | 45.57º | 0.76% | 0.59% | - |
| HSV(B) | 45.57º | 0.69% | 0.9% | - |
| XYZ | 52.65 | 54.99 | 13.97 | - |
| YUV | 189.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 72 | 0 | 0.17 | 0.69 | 0.10 | 45.57 | 0.76 | 0.59 |
| Hex | E6 | C0 | 48 | 0 | 11 | 45 | A | 2E | 4C | 3B |
| Octal | 346 | 300 | 110 | 0 | 21 | 105 | 12 | 56 | 114 | 73 |
| Binary | 11100110 | 11000000 | 1001000 | 0 | 10001 | 1000101 | 1010 | 101110 | 1001100 | 111011 |
Color Harmonies of #E6C048
Complementary color
Monochromatic Colors of #E6C048
Black with #E6C048
Text Example
Text Example
White with #E6C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C048; }
p { color: rgb(230,192,72); }
H1.HeaderClassName
{
color: #E6C048;
}
.AnyTagClassName
{
color: #E6C048;
}
</style>
background-color css
<style>
a { background-color: #E6C048; }
a { background-color: rgb(230,192,72); }
div.DivClassName
{
background-color: #E6C048;
}
.BgClassName
{
background-color: #E6C048;
}
</style>
border-color css
<style>
span { border-color: #E6C048; }
span { border-color: rgb(230,192,72); }
td.TdClassName
{
border-color: #E6C048;
}
.TagClassName
{
border-color: #E6C048;
}
</style>