Shades of Cream Can #E2BE47
Tints of Cream Can #E2BE47
RGB
CMYK
RGB Variations
Color information
#E2BE47 (or 0xE2BE47) is known color: Cream Can. HEX triplet: E2, BE and 47. RGB value is (226,190,71). Sum of RGB (Red+Green+Blue) = 226+190+71=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 71 (28.12% from 255 or 14.58% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BE47 is #1D41B8. Grayscale: #BBBBBB. Windows color (decimal): -1917369 or 4701922. OLE color: 4701922.
HSL color Cylindrical-coordinate representation of color #E2BE47: hue angle of 46.06º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2BE47 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 71 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.11 |
| HSL | 46.06º | 0.73% | 0.58% | - |
| HSV(B) | 46.06º | 0.69% | 0.89% | - |
| XYZ | 50.91 | 53.45 | 13.59 | - |
| YUV | 187.2 | 62.43 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 71 | 0 | 0.16 | 0.69 | 0.11 | 46.06 | 0.73 | 0.58 |
| Hex | E2 | BE | 47 | 0 | 10 | 45 | B | 2E | 49 | 3A |
| Octal | 342 | 276 | 107 | 0 | 20 | 105 | 13 | 56 | 111 | 72 |
| Binary | 11100010 | 10111110 | 1000111 | 0 | 10000 | 1000101 | 1011 | 101110 | 1001001 | 111010 |
Color Harmonies of #E2BE47
Complementary color
Monochromatic Colors of #E2BE47
Black with #E2BE47
Text Example
Text Example
White with #E2BE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE47; }
p { color: rgb(226,190,71); }
H1.HeaderClassName
{
color: #E2BE47;
}
.AnyTagClassName
{
color: #E2BE47;
}
</style>
background-color css
<style>
a { background-color: #E2BE47; }
a { background-color: rgb(226,190,71); }
div.DivClassName
{
background-color: #E2BE47;
}
.BgClassName
{
background-color: #E2BE47;
}
</style>
border-color css
<style>
span { border-color: #E2BE47; }
span { border-color: rgb(226,190,71); }
td.TdClassName
{
border-color: #E2BE47;
}
.TagClassName
{
border-color: #E2BE47;
}
</style>