Shades of Cream Can #EEBA42
Tints of Cream Can #EEBA42
RGB
CMYK
RGB Variations
Color information
#EEBA42 (or 0xEEBA42) is known color: Cream Can. HEX triplet: EE, BA and 42. RGB value is (238,186,66). Sum of RGB (Red+Green+Blue) = 238+186+66=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBA42 is #1145BD. Grayscale: #BCBCBC. Windows color (decimal): -1131966 or 4373230. OLE color: 4373230.
HSL color Cylindrical-coordinate representation of color #EEBA42: hue angle of 41.86º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EEBA42 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 66 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.07 |
| HSL | 41.86º | 0.83% | 0.6% | - |
| HSV(B) | 41.86º | 0.72% | 0.93% | - |
| XYZ | 53.8 | 53.69 | 12.68 | - |
| YUV | 187.87 | 59.23 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 66 | 0 | 0.22 | 0.72 | 0.07 | 41.86 | 0.83 | 0.6 |
| Hex | EE | BA | 42 | 0 | 16 | 48 | 7 | 2A | 53 | 3C |
| Octal | 356 | 272 | 102 | 0 | 26 | 110 | 7 | 52 | 123 | 74 |
| Binary | 11101110 | 10111010 | 1000010 | 0 | 10110 | 1001000 | 111 | 101010 | 1010011 | 111100 |
Color Harmonies of #EEBA42
Complementary color
Monochromatic Colors of #EEBA42
Black with #EEBA42
Text Example
Text Example
White with #EEBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA42; }
p { color: rgb(238,186,66); }
H1.HeaderClassName
{
color: #EEBA42;
}
.AnyTagClassName
{
color: #EEBA42;
}
</style>
background-color css
<style>
a { background-color: #EEBA42; }
a { background-color: rgb(238,186,66); }
div.DivClassName
{
background-color: #EEBA42;
}
.BgClassName
{
background-color: #EEBA42;
}
</style>
border-color css
<style>
span { border-color: #EEBA42; }
span { border-color: rgb(238,186,66); }
td.TdClassName
{
border-color: #EEBA42;
}
.TagClassName
{
border-color: #EEBA42;
}
</style>