Shades of Cream Can #EEBC55
Tints of Cream Can #EEBC55
RGB
CMYK
RGB Variations
Color information
#EEBC55 (or 0xEEBC55) is known color: Cream Can. HEX triplet: EE, BC and 55. RGB value is (238,188,85). Sum of RGB (Red+Green+Blue) = 238+188+85=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC55 is #1143AA. Grayscale: #BFBFBF. Windows color (decimal): -1131435 or 5618926. OLE color: 5618926.
HSL color Cylindrical-coordinate representation of color #EEBC55: hue angle of 40.39º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEBC55 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 85 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.07 |
| HSL | 40.39º | 0.82% | 0.63% | - |
| HSV(B) | 40.39º | 0.64% | 0.93% | - |
| XYZ | 54.88 | 54.8 | 16.28 | - |
| YUV | 191.21 | 68.07 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 85 | 0 | 0.21 | 0.64 | 0.07 | 40.39 | 0.82 | 0.63 |
| Hex | EE | BC | 55 | 0 | 15 | 40 | 7 | 28 | 52 | 3F |
| Octal | 356 | 274 | 125 | 0 | 25 | 100 | 7 | 50 | 122 | 77 |
| Binary | 11101110 | 10111100 | 1010101 | 0 | 10101 | 1000000 | 111 | 101000 | 1010010 | 111111 |
Color Harmonies of #EEBC55
Complementary color
Monochromatic Colors of #EEBC55
Black with #EEBC55
Text Example
Text Example
White with #EEBC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC55; }
p { color: rgb(238,188,85); }
H1.HeaderClassName
{
color: #EEBC55;
}
.AnyTagClassName
{
color: #EEBC55;
}
</style>
background-color css
<style>
a { background-color: #EEBC55; }
a { background-color: rgb(238,188,85); }
div.DivClassName
{
background-color: #EEBC55;
}
.BgClassName
{
background-color: #EEBC55;
}
</style>
border-color css
<style>
span { border-color: #EEBC55; }
span { border-color: rgb(238,188,85); }
td.TdClassName
{
border-color: #EEBC55;
}
.TagClassName
{
border-color: #EEBC55;
}
</style>