Shades of Cream Can #EEBE5D
Tints of Cream Can #EEBE5D
RGB
CMYK
RGB Variations
Color information
#EEBE5D (or 0xEEBE5D) is known color: Cream Can. HEX triplet: EE, BE and 5D. RGB value is (238,190,93). Sum of RGB (Red+Green+Blue) = 238+190+93=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBE5D is #1141A2. Grayscale: #C1C1C1. Windows color (decimal): -1130915 or 6143726. OLE color: 6143726.
HSL color Cylindrical-coordinate representation of color #EEBE5D: hue angle of 40.14º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEBE5D is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 93 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.07 |
| HSL | 40.14º | 0.81% | 0.65% | - |
| HSV(B) | 40.14º | 0.61% | 0.93% | - |
| XYZ | 55.65 | 55.79 | 18.19 | - |
| YUV | 193.29 | 71.4 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 93 | 0 | 0.20 | 0.61 | 0.07 | 40.14 | 0.81 | 0.65 |
| Hex | EE | BE | 5D | 0 | 14 | 3D | 7 | 28 | 51 | 41 |
| Octal | 356 | 276 | 135 | 0 | 24 | 75 | 7 | 50 | 121 | 101 |
| Binary | 11101110 | 10111110 | 1011101 | 0 | 10100 | 111101 | 111 | 101000 | 1010001 | 1000001 |
Color Harmonies of #EEBE5D
Complementary color
Monochromatic Colors of #EEBE5D
Black with #EEBE5D
Text Example
Text Example
White with #EEBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE5D; }
p { color: rgb(238,190,93); }
H1.HeaderClassName
{
color: #EEBE5D;
}
.AnyTagClassName
{
color: #EEBE5D;
}
</style>
background-color css
<style>
a { background-color: #EEBE5D; }
a { background-color: rgb(238,190,93); }
div.DivClassName
{
background-color: #EEBE5D;
}
.BgClassName
{
background-color: #EEBE5D;
}
</style>
border-color css
<style>
span { border-color: #EEBE5D; }
span { border-color: rgb(238,190,93); }
td.TdClassName
{
border-color: #EEBE5D;
}
.TagClassName
{
border-color: #EEBE5D;
}
</style>