Shades of Cream Can #EEBE50
Tints of Cream Can #EEBE50
RGB
CMYK
RGB Variations
Color information
#EEBE50 (or 0xEEBE50) is known color: Cream Can. HEX triplet: EE, BE and 50. RGB value is (238,190,80). Sum of RGB (Red+Green+Blue) = 238+190+80=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBE50 is #1141AF. Grayscale: #C0C0C0. Windows color (decimal): -1130928 or 5291758. OLE color: 5291758.
HSL color Cylindrical-coordinate representation of color #EEBE50: hue angle of 41.77º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEBE50 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 80 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.07 |
| HSL | 41.77º | 0.82% | 0.62% | - |
| HSV(B) | 41.77º | 0.66% | 0.93% | - |
| XYZ | 55.12 | 55.58 | 15.41 | - |
| YUV | 191.81 | 64.9 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 80 | 0 | 0.20 | 0.66 | 0.07 | 41.77 | 0.82 | 0.62 |
| Hex | EE | BE | 50 | 0 | 14 | 42 | 7 | 2A | 52 | 3E |
| Octal | 356 | 276 | 120 | 0 | 24 | 102 | 7 | 52 | 122 | 76 |
| Binary | 11101110 | 10111110 | 1010000 | 0 | 10100 | 1000010 | 111 | 101010 | 1010010 | 111110 |
Color Harmonies of #EEBE50
Complementary color
Monochromatic Colors of #EEBE50
Black with #EEBE50
Text Example
Text Example
White with #EEBE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE50; }
p { color: rgb(238,190,80); }
H1.HeaderClassName
{
color: #EEBE50;
}
.AnyTagClassName
{
color: #EEBE50;
}
</style>
background-color css
<style>
a { background-color: #EEBE50; }
a { background-color: rgb(238,190,80); }
div.DivClassName
{
background-color: #EEBE50;
}
.BgClassName
{
background-color: #EEBE50;
}
</style>
border-color css
<style>
span { border-color: #EEBE50; }
span { border-color: rgb(238,190,80); }
td.TdClassName
{
border-color: #EEBE50;
}
.TagClassName
{
border-color: #EEBE50;
}
</style>