Shades of Cream Can #EEBF4E
Tints of Cream Can #EEBF4E
RGB
CMYK
RGB Variations
Color information
#EEBF4E (or 0xEEBF4E) is known color: Cream Can. HEX triplet: EE, BF and 4E. RGB value is (238,191,78). Sum of RGB (Red+Green+Blue) = 238+191+78=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 78 (30.86% from 255 or 15.38% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF4E is #1140B1. Grayscale: #C0C0C0. Windows color (decimal): -1130674 or 5160942. OLE color: 5160942.
HSL color Cylindrical-coordinate representation of color #EEBF4E: hue angle of 42.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEBF4E is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 78 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.07 |
| HSL | 42.38º | 0.82% | 0.62% | - |
| HSV(B) | 42.38º | 0.67% | 0.93% | - |
| XYZ | 55.27 | 55.99 | 15.1 | - |
| YUV | 192.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 78 | 0 | 0.20 | 0.67 | 0.07 | 42.38 | 0.82 | 0.62 |
| Hex | EE | BF | 4E | 0 | 14 | 43 | 7 | 2A | 52 | 3E |
| Octal | 356 | 277 | 116 | 0 | 24 | 103 | 7 | 52 | 122 | 76 |
| Binary | 11101110 | 10111111 | 1001110 | 0 | 10100 | 1000011 | 111 | 101010 | 1010010 | 111110 |
Color Harmonies of #EEBF4E
Complementary color
Monochromatic Colors of #EEBF4E
Black with #EEBF4E
Text Example
Text Example
White with #EEBF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF4E; }
p { color: rgb(238,191,78); }
H1.HeaderClassName
{
color: #EEBF4E;
}
.AnyTagClassName
{
color: #EEBF4E;
}
</style>
background-color css
<style>
a { background-color: #EEBF4E; }
a { background-color: rgb(238,191,78); }
div.DivClassName
{
background-color: #EEBF4E;
}
.BgClassName
{
background-color: #EEBF4E;
}
</style>
border-color css
<style>
span { border-color: #EEBF4E; }
span { border-color: rgb(238,191,78); }
td.TdClassName
{
border-color: #EEBF4E;
}
.TagClassName
{
border-color: #EEBF4E;
}
</style>