Shades of Cream Can #EEBC4D
Tints of Cream Can #EEBC4D
RGB
CMYK
RGB Variations
Color information
#EEBC4D (or 0xEEBC4D) is known color: Cream Can. HEX triplet: EE, BC and 4D. RGB value is (238,188,77). Sum of RGB (Red+Green+Blue) = 238+188+77=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC4D is #1143B2. Grayscale: #BEBEBE. Windows color (decimal): -1131443 or 5094638. OLE color: 5094638.
HSL color Cylindrical-coordinate representation of color #EEBC4D: hue angle of 41.37º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEBC4D is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 77 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.07 |
| HSL | 41.37º | 0.83% | 0.62% | - |
| HSV(B) | 41.37º | 0.68% | 0.93% | - |
| XYZ | 54.58 | 54.68 | 14.7 | - |
| YUV | 190.3 | 64.07 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 77 | 0 | 0.21 | 0.68 | 0.07 | 41.37 | 0.83 | 0.62 |
| Hex | EE | BC | 4D | 0 | 15 | 44 | 7 | 29 | 53 | 3E |
| Octal | 356 | 274 | 115 | 0 | 25 | 104 | 7 | 51 | 123 | 76 |
| Binary | 11101110 | 10111100 | 1001101 | 0 | 10101 | 1000100 | 111 | 101001 | 1010011 | 111110 |
Color Harmonies of #EEBC4D
Complementary color
Monochromatic Colors of #EEBC4D
Black with #EEBC4D
Text Example
Text Example
White with #EEBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC4D; }
p { color: rgb(238,188,77); }
H1.HeaderClassName
{
color: #EEBC4D;
}
.AnyTagClassName
{
color: #EEBC4D;
}
</style>
background-color css
<style>
a { background-color: #EEBC4D; }
a { background-color: rgb(238,188,77); }
div.DivClassName
{
background-color: #EEBC4D;
}
.BgClassName
{
background-color: #EEBC4D;
}
</style>
border-color css
<style>
span { border-color: #EEBC4D; }
span { border-color: rgb(238,188,77); }
td.TdClassName
{
border-color: #EEBC4D;
}
.TagClassName
{
border-color: #EEBC4D;
}
</style>