Shades of Cream Can #E2BE49
Tints of Cream Can #E2BE49
RGB
CMYK
RGB Variations
Color information
#E2BE49 (or 0xE2BE49) is known color: Cream Can. HEX triplet: E2, BE and 49. RGB value is (226,190,73). Sum of RGB (Red+Green+Blue) = 226+190+73=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BE49 is #1D41B6. Grayscale: #BBBBBB. Windows color (decimal): -1917367 or 4832994. OLE color: 4832994.
HSL color Cylindrical-coordinate representation of color #E2BE49: hue angle of 45.88º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2BE49 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 73 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.11 |
| HSL | 45.88º | 0.73% | 0.59% | - |
| HSV(B) | 45.88º | 0.68% | 0.89% | - |
| XYZ | 50.98 | 53.48 | 13.94 | - |
| YUV | 187.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 73 | 0 | 0.16 | 0.68 | 0.11 | 45.88 | 0.73 | 0.59 |
| Hex | E2 | BE | 49 | 0 | 10 | 44 | B | 2E | 49 | 3B |
| Octal | 342 | 276 | 111 | 0 | 20 | 104 | 13 | 56 | 111 | 73 |
| Binary | 11100010 | 10111110 | 1001001 | 0 | 10000 | 1000100 | 1011 | 101110 | 1001001 | 111011 |
Color Harmonies of #E2BE49
Complementary color
Monochromatic Colors of #E2BE49
Black with #E2BE49
Text Example
Text Example
White with #E2BE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE49; }
p { color: rgb(226,190,73); }
H1.HeaderClassName
{
color: #E2BE49;
}
.AnyTagClassName
{
color: #E2BE49;
}
</style>
background-color css
<style>
a { background-color: #E2BE49; }
a { background-color: rgb(226,190,73); }
div.DivClassName
{
background-color: #E2BE49;
}
.BgClassName
{
background-color: #E2BE49;
}
</style>
border-color css
<style>
span { border-color: #E2BE49; }
span { border-color: rgb(226,190,73); }
td.TdClassName
{
border-color: #E2BE49;
}
.TagClassName
{
border-color: #E2BE49;
}
</style>