Shades of Cream Can #EEC041
Tints of Cream Can #EEC041
RGB
CMYK
RGB Variations
Color information
#EEC041 (or 0xEEC041) is known color: Cream Can. HEX triplet: EE, C0 and 41. RGB value is (238,192,65). Sum of RGB (Red+Green+Blue) = 238+192+65=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC041 is #113FBE. Grayscale: #BFBFBF. Windows color (decimal): -1130431 or 4309230. OLE color: 4309230.
HSL color Cylindrical-coordinate representation of color #EEC041: hue angle of 44.05º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEC041 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 65 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.07 |
| HSL | 44.05º | 0.84% | 0.59% | - |
| HSV(B) | 44.05º | 0.73% | 0.93% | - |
| XYZ | 55.06 | 56.26 | 12.96 | - |
| YUV | 191.28 | 56.74 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 65 | 0 | 0.19 | 0.73 | 0.07 | 44.05 | 0.84 | 0.59 |
| Hex | EE | C0 | 41 | 0 | 13 | 49 | 7 | 2C | 54 | 3B |
| Octal | 356 | 300 | 101 | 0 | 23 | 111 | 7 | 54 | 124 | 73 |
| Binary | 11101110 | 11000000 | 1000001 | 0 | 10011 | 1001001 | 111 | 101100 | 1010100 | 111011 |
Color Harmonies of #EEC041
Complementary color
Monochromatic Colors of #EEC041
Black with #EEC041
Text Example
Text Example
White with #EEC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC041; }
p { color: rgb(238,192,65); }
H1.HeaderClassName
{
color: #EEC041;
}
.AnyTagClassName
{
color: #EEC041;
}
</style>
background-color css
<style>
a { background-color: #EEC041; }
a { background-color: rgb(238,192,65); }
div.DivClassName
{
background-color: #EEC041;
}
.BgClassName
{
background-color: #EEC041;
}
</style>
border-color css
<style>
span { border-color: #EEC041; }
span { border-color: rgb(238,192,65); }
td.TdClassName
{
border-color: #EEC041;
}
.TagClassName
{
border-color: #EEC041;
}
</style>