Shades of Cream Can #EEBF55
Tints of Cream Can #EEBF55
RGB
CMYK
RGB Variations
Color information
#EEBF55 (or 0xEEBF55) is known color: Cream Can. HEX triplet: EE, BF and 55. RGB value is (238,191,85). Sum of RGB (Red+Green+Blue) = 238+191+85=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF55 is #1140AA. Grayscale: #C1C1C1. Windows color (decimal): -1130667 or 5619694. OLE color: 5619694.
HSL color Cylindrical-coordinate representation of color #EEBF55: hue angle of 41.57º 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 #EEBF55 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 85 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.07 |
| HSL | 41.57º | 0.82% | 0.63% | - |
| HSV(B) | 41.57º | 0.64% | 0.93% | - |
| XYZ | 55.53 | 56.09 | 16.49 | - |
| YUV | 192.97 | 67.07 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 85 | 0 | 0.20 | 0.64 | 0.07 | 41.57 | 0.82 | 0.63 |
| Hex | EE | BF | 55 | 0 | 14 | 40 | 7 | 2A | 52 | 3F |
| Octal | 356 | 277 | 125 | 0 | 24 | 100 | 7 | 52 | 122 | 77 |
| Binary | 11101110 | 10111111 | 1010101 | 0 | 10100 | 1000000 | 111 | 101010 | 1010010 | 111111 |
Color Harmonies of #EEBF55
Complementary color
Monochromatic Colors of #EEBF55
Black with #EEBF55
Text Example
Text Example
White with #EEBF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF55; }
p { color: rgb(238,191,85); }
H1.HeaderClassName
{
color: #EEBF55;
}
.AnyTagClassName
{
color: #EEBF55;
}
</style>
background-color css
<style>
a { background-color: #EEBF55; }
a { background-color: rgb(238,191,85); }
div.DivClassName
{
background-color: #EEBF55;
}
.BgClassName
{
background-color: #EEBF55;
}
</style>
border-color css
<style>
span { border-color: #EEBF55; }
span { border-color: rgb(238,191,85); }
td.TdClassName
{
border-color: #EEBF55;
}
.TagClassName
{
border-color: #EEBF55;
}
</style>