Shades of Cream Can #EEBE4C
Tints of Cream Can #EEBE4C
RGB
CMYK
RGB Variations
Color information
#EEBE4C (or 0xEEBE4C) is known color: Cream Can. HEX triplet: EE, BE and 4C. RGB value is (238,190,76). Sum of RGB (Red+Green+Blue) = 238+190+76=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBE4C is #1141B3. Grayscale: #BFBFBF. Windows color (decimal): -1130932 or 5029614. OLE color: 5029614.
HSL color Cylindrical-coordinate representation of color #EEBE4C: hue angle of 42.22º 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 #EEBE4C is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 76 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.07 |
| HSL | 42.22º | 0.83% | 0.62% | - |
| HSV(B) | 42.22º | 0.68% | 0.93% | - |
| XYZ | 54.98 | 55.53 | 14.66 | - |
| YUV | 191.36 | 62.9 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 76 | 0 | 0.20 | 0.68 | 0.07 | 42.22 | 0.83 | 0.62 |
| Hex | EE | BE | 4C | 0 | 14 | 44 | 7 | 2A | 53 | 3E |
| Octal | 356 | 276 | 114 | 0 | 24 | 104 | 7 | 52 | 123 | 76 |
| Binary | 11101110 | 10111110 | 1001100 | 0 | 10100 | 1000100 | 111 | 101010 | 1010011 | 111110 |
Color Harmonies of #EEBE4C
Complementary color
Monochromatic Colors of #EEBE4C
Black with #EEBE4C
Text Example
Text Example
White with #EEBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE4C; }
p { color: rgb(238,190,76); }
H1.HeaderClassName
{
color: #EEBE4C;
}
.AnyTagClassName
{
color: #EEBE4C;
}
</style>
background-color css
<style>
a { background-color: #EEBE4C; }
a { background-color: rgb(238,190,76); }
div.DivClassName
{
background-color: #EEBE4C;
}
.BgClassName
{
background-color: #EEBE4C;
}
</style>
border-color css
<style>
span { border-color: #EEBE4C; }
span { border-color: rgb(238,190,76); }
td.TdClassName
{
border-color: #EEBE4C;
}
.TagClassName
{
border-color: #EEBE4C;
}
</style>