Shades of Cream Can #EEBB48
Tints of Cream Can #EEBB48
RGB
CMYK
RGB Variations
Color information
#EEBB48 (or 0xEEBB48) is known color: Cream Can. HEX triplet: EE, BB and 48. RGB value is (238,187,72). Sum of RGB (Red+Green+Blue) = 238+187+72=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 72 (28.52% from 255 or 14.49% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBB48 is #1144B7. Grayscale: #BDBDBD. Windows color (decimal): -1131704 or 4766702. OLE color: 4766702.
HSL color Cylindrical-coordinate representation of color #EEBB48: hue angle of 41.57º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEBB48 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 72 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.07 |
| HSL | 41.57º | 0.83% | 0.61% | - |
| HSV(B) | 41.57º | 0.7% | 0.93% | - |
| XYZ | 54.2 | 54.19 | 13.73 | - |
| YUV | 189.14 | 61.9 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 72 | 0 | 0.21 | 0.70 | 0.07 | 41.57 | 0.83 | 0.61 |
| Hex | EE | BB | 48 | 0 | 15 | 46 | 7 | 2A | 53 | 3D |
| Octal | 356 | 273 | 110 | 0 | 25 | 106 | 7 | 52 | 123 | 75 |
| Binary | 11101110 | 10111011 | 1001000 | 0 | 10101 | 1000110 | 111 | 101010 | 1010011 | 111101 |
Color Harmonies of #EEBB48
Complementary color
Monochromatic Colors of #EEBB48
Black with #EEBB48
Text Example
Text Example
White with #EEBB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBB48; }
p { color: rgb(238,187,72); }
H1.HeaderClassName
{
color: #EEBB48;
}
.AnyTagClassName
{
color: #EEBB48;
}
</style>
background-color css
<style>
a { background-color: #EEBB48; }
a { background-color: rgb(238,187,72); }
div.DivClassName
{
background-color: #EEBB48;
}
.BgClassName
{
background-color: #EEBB48;
}
</style>
border-color css
<style>
span { border-color: #EEBB48; }
span { border-color: rgb(238,187,72); }
td.TdClassName
{
border-color: #EEBB48;
}
.TagClassName
{
border-color: #EEBB48;
}
</style>