Shades of Cream Can #EEBF4C
Tints of Cream Can #EEBF4C
RGB
CMYK
RGB Variations
Color information
#EEBF4C (or 0xEEBF4C) is known color: Cream Can. HEX triplet: EE, BF and 4C. RGB value is (238,191,76). Sum of RGB (Red+Green+Blue) = 238+191+76=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF4C is #1140B3. Grayscale: #C0C0C0. Windows color (decimal): -1130676 or 5029870. OLE color: 5029870.
HSL color Cylindrical-coordinate representation of color #EEBF4C: hue angle of 42.59º 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 #EEBF4C is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 76 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.07 |
| HSL | 42.59º | 0.83% | 0.62% | - |
| HSV(B) | 42.59º | 0.68% | 0.93% | - |
| XYZ | 55.2 | 55.96 | 14.73 | - |
| YUV | 191.94 | 62.57 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 76 | 0 | 0.20 | 0.68 | 0.07 | 42.59 | 0.83 | 0.62 |
| Hex | EE | BF | 4C | 0 | 14 | 44 | 7 | 2B | 53 | 3E |
| Octal | 356 | 277 | 114 | 0 | 24 | 104 | 7 | 53 | 123 | 76 |
| Binary | 11101110 | 10111111 | 1001100 | 0 | 10100 | 1000100 | 111 | 101011 | 1010011 | 111110 |
Color Harmonies of #EEBF4C
Complementary color
Monochromatic Colors of #EEBF4C
Black with #EEBF4C
Text Example
Text Example
White with #EEBF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF4C; }
p { color: rgb(238,191,76); }
H1.HeaderClassName
{
color: #EEBF4C;
}
.AnyTagClassName
{
color: #EEBF4C;
}
</style>
background-color css
<style>
a { background-color: #EEBF4C; }
a { background-color: rgb(238,191,76); }
div.DivClassName
{
background-color: #EEBF4C;
}
.BgClassName
{
background-color: #EEBF4C;
}
</style>
border-color css
<style>
span { border-color: #EEBF4C; }
span { border-color: rgb(238,191,76); }
td.TdClassName
{
border-color: #EEBF4C;
}
.TagClassName
{
border-color: #EEBF4C;
}
</style>