Shades of Cream Can #E2BF49
Tints of Cream Can #E2BF49
RGB
CMYK
RGB Variations
Color information
#E2BF49 (or 0xE2BF49) is known color: Cream Can. HEX triplet: E2, BF and 49. RGB value is (226,191,73). Sum of RGB (Red+Green+Blue) = 226+191+73=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BF49 is #1D40B6. Grayscale: #BCBCBC. Windows color (decimal): -1917111 or 4833250. OLE color: 4833250.
HSL color Cylindrical-coordinate representation of color #E2BF49: hue angle of 46.27º 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 #E2BF49 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 73 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.11 |
| HSL | 46.27º | 0.73% | 0.59% | - |
| HSV(B) | 46.27º | 0.68% | 0.89% | - |
| XYZ | 51.2 | 53.91 | 14.01 | - |
| YUV | 188.01 | 63.1 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 73 | 0 | 0.15 | 0.68 | 0.11 | 46.27 | 0.73 | 0.59 |
| Hex | E2 | BF | 49 | 0 | F | 44 | B | 2E | 49 | 3B |
| Octal | 342 | 277 | 111 | 0 | 17 | 104 | 13 | 56 | 111 | 73 |
| Binary | 11100010 | 10111111 | 1001001 | 0 | 1111 | 1000100 | 1011 | 101110 | 1001001 | 111011 |
Color Harmonies of #E2BF49
Complementary color
Monochromatic Colors of #E2BF49
Black with #E2BF49
Text Example
Text Example
White with #E2BF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF49; }
p { color: rgb(226,191,73); }
H1.HeaderClassName
{
color: #E2BF49;
}
.AnyTagClassName
{
color: #E2BF49;
}
</style>
background-color css
<style>
a { background-color: #E2BF49; }
a { background-color: rgb(226,191,73); }
div.DivClassName
{
background-color: #E2BF49;
}
.BgClassName
{
background-color: #E2BF49;
}
</style>
border-color css
<style>
span { border-color: #E2BF49; }
span { border-color: rgb(226,191,73); }
td.TdClassName
{
border-color: #E2BF49;
}
.TagClassName
{
border-color: #E2BF49;
}
</style>