Shades of Cream Can #EEBF4B
Tints of Cream Can #EEBF4B
RGB
CMYK
RGB Variations
Color information
#EEBF4B (or 0xEEBF4B) is known color: Cream Can. HEX triplet: EE, BF and 4B. RGB value is (238,191,75). Sum of RGB (Red+Green+Blue) = 238+191+75=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF4B is #1140B4. Grayscale: #C0C0C0. Windows color (decimal): -1130677 or 4964334. OLE color: 4964334.
HSL color Cylindrical-coordinate representation of color #EEBF4B: hue angle of 42.7º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEBF4B is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 75 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.07 |
| HSL | 42.7º | 0.83% | 0.61% | - |
| HSV(B) | 42.7º | 0.68% | 0.93% | - |
| XYZ | 55.16 | 55.95 | 14.55 | - |
| YUV | 191.83 | 62.07 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 75 | 0 | 0.20 | 0.68 | 0.07 | 42.7 | 0.83 | 0.61 |
| Hex | EE | BF | 4B | 0 | 14 | 44 | 7 | 2B | 53 | 3D |
| Octal | 356 | 277 | 113 | 0 | 24 | 104 | 7 | 53 | 123 | 75 |
| Binary | 11101110 | 10111111 | 1001011 | 0 | 10100 | 1000100 | 111 | 101011 | 1010011 | 111101 |
Color Harmonies of #EEBF4B
Complementary color
Monochromatic Colors of #EEBF4B
Black with #EEBF4B
Text Example
Text Example
White with #EEBF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF4B; }
p { color: rgb(238,191,75); }
H1.HeaderClassName
{
color: #EEBF4B;
}
.AnyTagClassName
{
color: #EEBF4B;
}
</style>
background-color css
<style>
a { background-color: #EEBF4B; }
a { background-color: rgb(238,191,75); }
div.DivClassName
{
background-color: #EEBF4B;
}
.BgClassName
{
background-color: #EEBF4B;
}
</style>
border-color css
<style>
span { border-color: #EEBF4B; }
span { border-color: rgb(238,191,75); }
td.TdClassName
{
border-color: #EEBF4B;
}
.TagClassName
{
border-color: #EEBF4B;
}
</style>