Shades of Cream Can #EEBA41
Tints of Cream Can #EEBA41
RGB
CMYK
RGB Variations
Color information
#EEBA41 (or 0xEEBA41) is known color: Cream Can. HEX triplet: EE, BA and 41. RGB value is (238,186,65). Sum of RGB (Red+Green+Blue) = 238+186+65=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 65 (25.78% from 255 or 13.29% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBA41 is #1145BE. Grayscale: #BCBCBC. Windows color (decimal): -1131967 or 4307694. OLE color: 4307694.
HSL color Cylindrical-coordinate representation of color #EEBA41: hue angle of 41.97º 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 #EEBA41 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 65 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.07 |
| HSL | 41.97º | 0.84% | 0.59% | - |
| HSV(B) | 41.97º | 0.73% | 0.93% | - |
| XYZ | 53.77 | 53.68 | 12.53 | - |
| YUV | 187.75 | 58.73 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 65 | 0 | 0.22 | 0.73 | 0.07 | 41.97 | 0.84 | 0.59 |
| Hex | EE | BA | 41 | 0 | 16 | 49 | 7 | 2A | 54 | 3B |
| Octal | 356 | 272 | 101 | 0 | 26 | 111 | 7 | 52 | 124 | 73 |
| Binary | 11101110 | 10111010 | 1000001 | 0 | 10110 | 1001001 | 111 | 101010 | 1010100 | 111011 |
Color Harmonies of #EEBA41
Complementary color
Monochromatic Colors of #EEBA41
Black with #EEBA41
Text Example
Text Example
White with #EEBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA41; }
p { color: rgb(238,186,65); }
H1.HeaderClassName
{
color: #EEBA41;
}
.AnyTagClassName
{
color: #EEBA41;
}
</style>
background-color css
<style>
a { background-color: #EEBA41; }
a { background-color: rgb(238,186,65); }
div.DivClassName
{
background-color: #EEBA41;
}
.BgClassName
{
background-color: #EEBA41;
}
</style>
border-color css
<style>
span { border-color: #EEBA41; }
span { border-color: rgb(238,186,65); }
td.TdClassName
{
border-color: #EEBA41;
}
.TagClassName
{
border-color: #EEBA41;
}
</style>