Shades of Cream Can #EEBC40
Tints of Cream Can #EEBC40
RGB
CMYK
RGB Variations
Color information
#EEBC40 (or 0xEEBC40) is known color: Cream Can. HEX triplet: EE, BC and 40. RGB value is (238,188,64). Sum of RGB (Red+Green+Blue) = 238+188+64=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBC40 is #1143BF. Grayscale: #BDBDBD. Windows color (decimal): -1131456 or 4242670. OLE color: 4242670.
HSL color Cylindrical-coordinate representation of color #EEBC40: hue angle of 42.76º 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 #EEBC40 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 64 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.07 |
| HSL | 42.76º | 0.84% | 0.59% | - |
| HSV(B) | 42.76º | 0.73% | 0.93% | - |
| XYZ | 54.17 | 54.51 | 12.52 | - |
| YUV | 188.81 | 57.57 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 64 | 0 | 0.21 | 0.73 | 0.07 | 42.76 | 0.84 | 0.59 |
| Hex | EE | BC | 40 | 0 | 15 | 49 | 7 | 2B | 54 | 3B |
| Octal | 356 | 274 | 100 | 0 | 25 | 111 | 7 | 53 | 124 | 73 |
| Binary | 11101110 | 10111100 | 1000000 | 0 | 10101 | 1001001 | 111 | 101011 | 1010100 | 111011 |
Color Harmonies of #EEBC40
Complementary color
Monochromatic Colors of #EEBC40
Black with #EEBC40
Text Example
Text Example
White with #EEBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC40; }
p { color: rgb(238,188,64); }
H1.HeaderClassName
{
color: #EEBC40;
}
.AnyTagClassName
{
color: #EEBC40;
}
</style>
background-color css
<style>
a { background-color: #EEBC40; }
a { background-color: rgb(238,188,64); }
div.DivClassName
{
background-color: #EEBC40;
}
.BgClassName
{
background-color: #EEBC40;
}
</style>
border-color css
<style>
span { border-color: #EEBC40; }
span { border-color: rgb(238,188,64); }
td.TdClassName
{
border-color: #EEBC40;
}
.TagClassName
{
border-color: #EEBC40;
}
</style>