Shades of Cream Can #EEBF5B
Tints of Cream Can #EEBF5B
RGB
CMYK
RGB Variations
Color information
#EEBF5B (or 0xEEBF5B) is known color: Cream Can. HEX triplet: EE, BF and 5B. RGB value is (238,191,91). Sum of RGB (Red+Green+Blue) = 238+191+91=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF5B is #1140A4. Grayscale: #C2C2C2. Windows color (decimal): -1130661 or 6012910. OLE color: 6012910.
HSL color Cylindrical-coordinate representation of color #EEBF5B: hue angle of 40.82º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEBF5B is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 91 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.07 |
| HSL | 40.82º | 0.81% | 0.65% | - |
| HSV(B) | 40.82º | 0.62% | 0.93% | - |
| XYZ | 55.78 | 56.19 | 17.8 | - |
| YUV | 193.65 | 70.07 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 91 | 0 | 0.20 | 0.62 | 0.07 | 40.82 | 0.81 | 0.65 |
| Hex | EE | BF | 5B | 0 | 14 | 3E | 7 | 29 | 51 | 41 |
| Octal | 356 | 277 | 133 | 0 | 24 | 76 | 7 | 51 | 121 | 101 |
| Binary | 11101110 | 10111111 | 1011011 | 0 | 10100 | 111110 | 111 | 101001 | 1010001 | 1000001 |
Color Harmonies of #EEBF5B
Complementary color
Monochromatic Colors of #EEBF5B
Black with #EEBF5B
Text Example
Text Example
White with #EEBF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF5B; }
p { color: rgb(238,191,91); }
H1.HeaderClassName
{
color: #EEBF5B;
}
.AnyTagClassName
{
color: #EEBF5B;
}
</style>
background-color css
<style>
a { background-color: #EEBF5B; }
a { background-color: rgb(238,191,91); }
div.DivClassName
{
background-color: #EEBF5B;
}
.BgClassName
{
background-color: #EEBF5B;
}
</style>
border-color css
<style>
span { border-color: #EEBF5B; }
span { border-color: rgb(238,191,91); }
td.TdClassName
{
border-color: #EEBF5B;
}
.TagClassName
{
border-color: #EEBF5B;
}
</style>