Shades of Cream Can #EEBC4E
Tints of Cream Can #EEBC4E
RGB
CMYK
RGB Variations
Color information
#EEBC4E (or 0xEEBC4E) is known color: Cream Can. HEX triplet: EE, BC and 4E. RGB value is (238,188,78). Sum of RGB (Red+Green+Blue) = 238+188+78=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC4E is #1143B1. Grayscale: #BEBEBE. Windows color (decimal): -1131442 or 5160174. OLE color: 5160174.
HSL color Cylindrical-coordinate representation of color #EEBC4E: hue angle of 41.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEBC4E is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 78 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.07 |
| HSL | 41.25º | 0.82% | 0.62% | - |
| HSV(B) | 41.25º | 0.67% | 0.93% | - |
| XYZ | 54.62 | 54.69 | 14.89 | - |
| YUV | 190.41 | 64.57 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 78 | 0 | 0.21 | 0.67 | 0.07 | 41.25 | 0.82 | 0.62 |
| Hex | EE | BC | 4E | 0 | 15 | 43 | 7 | 29 | 52 | 3E |
| Octal | 356 | 274 | 116 | 0 | 25 | 103 | 7 | 51 | 122 | 76 |
| Binary | 11101110 | 10111100 | 1001110 | 0 | 10101 | 1000011 | 111 | 101001 | 1010010 | 111110 |
Color Harmonies of #EEBC4E
Complementary color
Monochromatic Colors of #EEBC4E
Black with #EEBC4E
Text Example
Text Example
White with #EEBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC4E; }
p { color: rgb(238,188,78); }
H1.HeaderClassName
{
color: #EEBC4E;
}
.AnyTagClassName
{
color: #EEBC4E;
}
</style>
background-color css
<style>
a { background-color: #EEBC4E; }
a { background-color: rgb(238,188,78); }
div.DivClassName
{
background-color: #EEBC4E;
}
.BgClassName
{
background-color: #EEBC4E;
}
</style>
border-color css
<style>
span { border-color: #EEBC4E; }
span { border-color: rgb(238,188,78); }
td.TdClassName
{
border-color: #EEBC4E;
}
.TagClassName
{
border-color: #EEBC4E;
}
</style>