Shades of Cream Can #EEBE56
Tints of Cream Can #EEBE56
RGB
CMYK
RGB Variations
Color information
#EEBE56 (or 0xEEBE56) is known color: Cream Can. HEX triplet: EE, BE and 56. RGB value is (238,190,86). Sum of RGB (Red+Green+Blue) = 238+190+86=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBE56 is #1141A9. Grayscale: #C0C0C0. Windows color (decimal): -1130922 or 5684974. OLE color: 5684974.
HSL color Cylindrical-coordinate representation of color #EEBE56: hue angle of 41.05º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEBE56 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 86 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.07 |
| HSL | 41.05º | 0.82% | 0.64% | - |
| HSV(B) | 41.05º | 0.64% | 0.93% | - |
| XYZ | 55.35 | 55.68 | 16.63 | - |
| YUV | 192.5 | 67.9 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 86 | 0 | 0.20 | 0.64 | 0.07 | 41.05 | 0.82 | 0.64 |
| Hex | EE | BE | 56 | 0 | 14 | 40 | 7 | 29 | 52 | 40 |
| Octal | 356 | 276 | 126 | 0 | 24 | 100 | 7 | 51 | 122 | 100 |
| Binary | 11101110 | 10111110 | 1010110 | 0 | 10100 | 1000000 | 111 | 101001 | 1010010 | 1000000 |
Color Harmonies of #EEBE56
Complementary color
Monochromatic Colors of #EEBE56
Black with #EEBE56
Text Example
Text Example
White with #EEBE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE56; }
p { color: rgb(238,190,86); }
H1.HeaderClassName
{
color: #EEBE56;
}
.AnyTagClassName
{
color: #EEBE56;
}
</style>
background-color css
<style>
a { background-color: #EEBE56; }
a { background-color: rgb(238,190,86); }
div.DivClassName
{
background-color: #EEBE56;
}
.BgClassName
{
background-color: #EEBE56;
}
</style>
border-color css
<style>
span { border-color: #EEBE56; }
span { border-color: rgb(238,190,86); }
td.TdClassName
{
border-color: #EEBE56;
}
.TagClassName
{
border-color: #EEBE56;
}
</style>