Shades of Cream Can #EEBE46
Tints of Cream Can #EEBE46
RGB
CMYK
RGB Variations
Color information
#EEBE46 (or 0xEEBE46) is known color: Cream Can. HEX triplet: EE, BE and 46. RGB value is (238,190,70). Sum of RGB (Red+Green+Blue) = 238+190+70=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 70 (27.73% from 255 or 14.06% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBE46 is #1141B9. Grayscale: #BFBFBF. Windows color (decimal): -1130938 or 4636398. OLE color: 4636398.
HSL color Cylindrical-coordinate representation of color #EEBE46: hue angle of 42.86º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEBE46 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 70 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.07 |
| HSL | 42.86º | 0.83% | 0.6% | - |
| HSV(B) | 42.86º | 0.71% | 0.93% | - |
| XYZ | 54.78 | 55.45 | 13.61 | - |
| YUV | 190.67 | 59.9 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 70 | 0 | 0.20 | 0.71 | 0.07 | 42.86 | 0.83 | 0.6 |
| Hex | EE | BE | 46 | 0 | 14 | 47 | 7 | 2B | 53 | 3C |
| Octal | 356 | 276 | 106 | 0 | 24 | 107 | 7 | 53 | 123 | 74 |
| Binary | 11101110 | 10111110 | 1000110 | 0 | 10100 | 1000111 | 111 | 101011 | 1010011 | 111100 |
Color Harmonies of #EEBE46
Complementary color
Monochromatic Colors of #EEBE46
Black with #EEBE46
Text Example
Text Example
White with #EEBE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE46; }
p { color: rgb(238,190,70); }
H1.HeaderClassName
{
color: #EEBE46;
}
.AnyTagClassName
{
color: #EEBE46;
}
</style>
background-color css
<style>
a { background-color: #EEBE46; }
a { background-color: rgb(238,190,70); }
div.DivClassName
{
background-color: #EEBE46;
}
.BgClassName
{
background-color: #EEBE46;
}
</style>
border-color css
<style>
span { border-color: #EEBE46; }
span { border-color: rgb(238,190,70); }
td.TdClassName
{
border-color: #EEBE46;
}
.TagClassName
{
border-color: #EEBE46;
}
</style>