Shades of Cream Can #EEC060
Tints of Cream Can #EEC060
RGB
CMYK
RGB Variations
Color information
#EEC060 (or 0xEEC060) is known color: Cream Can. HEX triplet: EE, C0 and 60. RGB value is (238,192,96). Sum of RGB (Red+Green+Blue) = 238+192+96=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC060 is #113F9F. Grayscale: #C3C3C3. Windows color (decimal): -1130400 or 6340846. OLE color: 6340846.
HSL color Cylindrical-coordinate representation of color #EEC060: hue angle of 40.56º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEC060 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 96 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.07 |
| HSL | 40.56º | 0.81% | 0.65% | - |
| HSV(B) | 40.56º | 0.6% | 0.93% | - |
| XYZ | 56.22 | 56.72 | 19.05 | - |
| YUV | 194.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 96 | 0 | 0.19 | 0.60 | 0.07 | 40.56 | 0.81 | 0.65 |
| Hex | EE | C0 | 60 | 0 | 13 | 3C | 7 | 29 | 51 | 41 |
| Octal | 356 | 300 | 140 | 0 | 23 | 74 | 7 | 51 | 121 | 101 |
| Binary | 11101110 | 11000000 | 1100000 | 0 | 10011 | 111100 | 111 | 101001 | 1010001 | 1000001 |
Color Harmonies of #EEC060
Complementary color
Monochromatic Colors of #EEC060
Black with #EEC060
Text Example
Text Example
White with #EEC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC060; }
p { color: rgb(238,192,96); }
H1.HeaderClassName
{
color: #EEC060;
}
.AnyTagClassName
{
color: #EEC060;
}
</style>
background-color css
<style>
a { background-color: #EEC060; }
a { background-color: rgb(238,192,96); }
div.DivClassName
{
background-color: #EEC060;
}
.BgClassName
{
background-color: #EEC060;
}
</style>
border-color css
<style>
span { border-color: #EEC060; }
span { border-color: rgb(238,192,96); }
td.TdClassName
{
border-color: #EEC060;
}
.TagClassName
{
border-color: #EEC060;
}
</style>