Shades of Cream Can #EEBF4D
Tints of Cream Can #EEBF4D
RGB
CMYK
RGB Variations
Color information
#EEBF4D (or 0xEEBF4D) is known color: Cream Can. HEX triplet: EE, BF and 4D. RGB value is (238,191,77). Sum of RGB (Red+Green+Blue) = 238+191+77=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF4D is #1140B2. Grayscale: #C0C0C0. Windows color (decimal): -1130675 or 5095406. OLE color: 5095406.
HSL color Cylindrical-coordinate representation of color #EEBF4D: hue angle of 42.48º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEBF4D is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 77 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.07 |
| HSL | 42.48º | 0.83% | 0.62% | - |
| HSV(B) | 42.48º | 0.68% | 0.93% | - |
| XYZ | 55.23 | 55.97 | 14.91 | - |
| YUV | 192.06 | 63.07 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 77 | 0 | 0.20 | 0.68 | 0.07 | 42.48 | 0.83 | 0.62 |
| Hex | EE | BF | 4D | 0 | 14 | 44 | 7 | 2A | 53 | 3E |
| Octal | 356 | 277 | 115 | 0 | 24 | 104 | 7 | 52 | 123 | 76 |
| Binary | 11101110 | 10111111 | 1001101 | 0 | 10100 | 1000100 | 111 | 101010 | 1010011 | 111110 |
Color Harmonies of #EEBF4D
Complementary color
Monochromatic Colors of #EEBF4D
Black with #EEBF4D
Text Example
Text Example
White with #EEBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF4D; }
p { color: rgb(238,191,77); }
H1.HeaderClassName
{
color: #EEBF4D;
}
.AnyTagClassName
{
color: #EEBF4D;
}
</style>
background-color css
<style>
a { background-color: #EEBF4D; }
a { background-color: rgb(238,191,77); }
div.DivClassName
{
background-color: #EEBF4D;
}
.BgClassName
{
background-color: #EEBF4D;
}
</style>
border-color css
<style>
span { border-color: #EEBF4D; }
span { border-color: rgb(238,191,77); }
td.TdClassName
{
border-color: #EEBF4D;
}
.TagClassName
{
border-color: #EEBF4D;
}
</style>