Shades of Cream Can #EEB941
Tints of Cream Can #EEB941
RGB
CMYK
RGB Variations
Color information
#EEB941 (or 0xEEB941) is known color: Cream Can. HEX triplet: EE, B9 and 41. RGB value is (238,185,65). Sum of RGB (Red+Green+Blue) = 238+185+65=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB941 is #1146BE. Grayscale: #BBBBBB. Windows color (decimal): -1132223 or 4307438. OLE color: 4307438.
HSL color Cylindrical-coordinate representation of color #EEB941: hue angle of 41.62º 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 #EEB941 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 65 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.07 |
| HSL | 41.62º | 0.84% | 0.59% | - |
| HSV(B) | 41.62º | 0.73% | 0.93% | - |
| XYZ | 53.56 | 53.26 | 12.46 | - |
| YUV | 187.17 | 59.06 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 65 | 0 | 0.22 | 0.73 | 0.07 | 41.62 | 0.84 | 0.59 |
| Hex | EE | B9 | 41 | 0 | 16 | 49 | 7 | 2A | 54 | 3B |
| Octal | 356 | 271 | 101 | 0 | 26 | 111 | 7 | 52 | 124 | 73 |
| Binary | 11101110 | 10111001 | 1000001 | 0 | 10110 | 1001001 | 111 | 101010 | 1010100 | 111011 |
Color Harmonies of #EEB941
Complementary color
Monochromatic Colors of #EEB941
Black with #EEB941
Text Example
Text Example
White with #EEB941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB941; }
p { color: rgb(238,185,65); }
H1.HeaderClassName
{
color: #EEB941;
}
.AnyTagClassName
{
color: #EEB941;
}
</style>
background-color css
<style>
a { background-color: #EEB941; }
a { background-color: rgb(238,185,65); }
div.DivClassName
{
background-color: #EEB941;
}
.BgClassName
{
background-color: #EEB941;
}
</style>
border-color css
<style>
span { border-color: #EEB941; }
span { border-color: rgb(238,185,65); }
td.TdClassName
{
border-color: #EEB941;
}
.TagClassName
{
border-color: #EEB941;
}
</style>