Shades of Cream Can #EEBF4F
Tints of Cream Can #EEBF4F
RGB
CMYK
RGB Variations
Color information
#EEBF4F (or 0xEEBF4F) is known color: Cream Can. HEX triplet: EE, BF and 4F. RGB value is (238,191,79). Sum of RGB (Red+Green+Blue) = 238+191+79=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF4F is #1140B0. Grayscale: #C0C0C0. Windows color (decimal): -1130673 or 5226478. OLE color: 5226478.
HSL color Cylindrical-coordinate representation of color #EEBF4F: hue angle of 42.26º 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 #EEBF4F is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 79 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.07 |
| HSL | 42.26º | 0.82% | 0.62% | - |
| HSV(B) | 42.26º | 0.67% | 0.93% | - |
| XYZ | 55.3 | 56 | 15.29 | - |
| YUV | 192.29 | 64.07 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 79 | 0 | 0.20 | 0.67 | 0.07 | 42.26 | 0.82 | 0.62 |
| Hex | EE | BF | 4F | 0 | 14 | 43 | 7 | 2A | 52 | 3E |
| Octal | 356 | 277 | 117 | 0 | 24 | 103 | 7 | 52 | 122 | 76 |
| Binary | 11101110 | 10111111 | 1001111 | 0 | 10100 | 1000011 | 111 | 101010 | 1010010 | 111110 |
Color Harmonies of #EEBF4F
Complementary color
Monochromatic Colors of #EEBF4F
Black with #EEBF4F
Text Example
Text Example
White with #EEBF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF4F; }
p { color: rgb(238,191,79); }
H1.HeaderClassName
{
color: #EEBF4F;
}
.AnyTagClassName
{
color: #EEBF4F;
}
</style>
background-color css
<style>
a { background-color: #EEBF4F; }
a { background-color: rgb(238,191,79); }
div.DivClassName
{
background-color: #EEBF4F;
}
.BgClassName
{
background-color: #EEBF4F;
}
</style>
border-color css
<style>
span { border-color: #EEBF4F; }
span { border-color: rgb(238,191,79); }
td.TdClassName
{
border-color: #EEBF4F;
}
.TagClassName
{
border-color: #EEBF4F;
}
</style>