Shades of Cream Can #E5BE49
Tints of Cream Can #E5BE49
RGB
CMYK
RGB Variations
Color information
#E5BE49 (or 0xE5BE49) is known color: Cream Can. HEX triplet: E5, BE and 49. RGB value is (229,190,73). Sum of RGB (Red+Green+Blue) = 229+190+73=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BE49 is #1A41B6. Grayscale: #BCBCBC. Windows color (decimal): -1720759 or 4832997. OLE color: 4832997.
HSL color Cylindrical-coordinate representation of color #E5BE49: hue angle of 45º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5BE49 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 73 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.10 |
| HSL | 45º | 0.75% | 0.59% | - |
| HSV(B) | 45º | 0.68% | 0.9% | - |
| XYZ | 51.93 | 53.97 | 13.98 | - |
| YUV | 188.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 73 | 0 | 0.17 | 0.68 | 0.10 | 45 | 0.75 | 0.59 |
| Hex | E5 | BE | 49 | 0 | 11 | 44 | A | 2D | 4B | 3B |
| Octal | 345 | 276 | 111 | 0 | 21 | 104 | 12 | 55 | 113 | 73 |
| Binary | 11100101 | 10111110 | 1001001 | 0 | 10001 | 1000100 | 1010 | 101101 | 1001011 | 111011 |
Color Harmonies of #E5BE49
Complementary color
Monochromatic Colors of #E5BE49
Black with #E5BE49
Text Example
Text Example
White with #E5BE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE49; }
p { color: rgb(229,190,73); }
H1.HeaderClassName
{
color: #E5BE49;
}
.AnyTagClassName
{
color: #E5BE49;
}
</style>
background-color css
<style>
a { background-color: #E5BE49; }
a { background-color: rgb(229,190,73); }
div.DivClassName
{
background-color: #E5BE49;
}
.BgClassName
{
background-color: #E5BE49;
}
</style>
border-color css
<style>
span { border-color: #E5BE49; }
span { border-color: rgb(229,190,73); }
td.TdClassName
{
border-color: #E5BE49;
}
.TagClassName
{
border-color: #E5BE49;
}
</style>