Shades of Cream Can #EEBB42
Tints of Cream Can #EEBB42
RGB
CMYK
RGB Variations
Color information
#EEBB42 (or 0xEEBB42) is known color: Cream Can. HEX triplet: EE, BB and 42. RGB value is (238,187,66). Sum of RGB (Red+Green+Blue) = 238+187+66=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBB42 is #1144BD. Grayscale: #BCBCBC. Windows color (decimal): -1131710 or 4373486. OLE color: 4373486.
HSL color Cylindrical-coordinate representation of color #EEBB42: hue angle of 42.21º 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 #EEBB42 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 66 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.07 |
| HSL | 42.21º | 0.83% | 0.6% | - |
| HSV(B) | 42.21º | 0.72% | 0.93% | - |
| XYZ | 54.01 | 54.11 | 12.75 | - |
| YUV | 188.46 | 58.9 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 66 | 0 | 0.21 | 0.72 | 0.07 | 42.21 | 0.83 | 0.6 |
| Hex | EE | BB | 42 | 0 | 15 | 48 | 7 | 2A | 53 | 3C |
| Octal | 356 | 273 | 102 | 0 | 25 | 110 | 7 | 52 | 123 | 74 |
| Binary | 11101110 | 10111011 | 1000010 | 0 | 10101 | 1001000 | 111 | 101010 | 1010011 | 111100 |
Color Harmonies of #EEBB42
Complementary color
Monochromatic Colors of #EEBB42
Black with #EEBB42
Text Example
Text Example
White with #EEBB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBB42; }
p { color: rgb(238,187,66); }
H1.HeaderClassName
{
color: #EEBB42;
}
.AnyTagClassName
{
color: #EEBB42;
}
</style>
background-color css
<style>
a { background-color: #EEBB42; }
a { background-color: rgb(238,187,66); }
div.DivClassName
{
background-color: #EEBB42;
}
.BgClassName
{
background-color: #EEBB42;
}
</style>
border-color css
<style>
span { border-color: #EEBB42; }
span { border-color: rgb(238,187,66); }
td.TdClassName
{
border-color: #EEBB42;
}
.TagClassName
{
border-color: #EEBB42;
}
</style>