Shades of Cream Can #E5BE45
Tints of Cream Can #E5BE45
RGB
CMYK
RGB Variations
Color information
#E5BE45 (or 0xE5BE45) is known color: Cream Can. HEX triplet: E5, BE and 45. RGB value is (229,190,69). Sum of RGB (Red+Green+Blue) = 229+190+69=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BE45 is #1A41BA. Grayscale: #BCBCBC. Windows color (decimal): -1720763 or 4570853. OLE color: 4570853.
HSL color Cylindrical-coordinate representation of color #E5BE45: hue angle of 45.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5BE45 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 69 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.10 |
| HSL | 45.38º | 0.75% | 0.58% | - |
| HSV(B) | 45.38º | 0.7% | 0.9% | - |
| XYZ | 51.8 | 53.91 | 13.31 | - |
| YUV | 187.87 | 60.92 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 69 | 0 | 0.17 | 0.70 | 0.10 | 45.38 | 0.75 | 0.58 |
| Hex | E5 | BE | 45 | 0 | 11 | 46 | A | 2D | 4B | 3A |
| Octal | 345 | 276 | 105 | 0 | 21 | 106 | 12 | 55 | 113 | 72 |
| Binary | 11100101 | 10111110 | 1000101 | 0 | 10001 | 1000110 | 1010 | 101101 | 1001011 | 111010 |
Color Harmonies of #E5BE45
Complementary color
Monochromatic Colors of #E5BE45
Black with #E5BE45
Text Example
Text Example
White with #E5BE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE45; }
p { color: rgb(229,190,69); }
H1.HeaderClassName
{
color: #E5BE45;
}
.AnyTagClassName
{
color: #E5BE45;
}
</style>
background-color css
<style>
a { background-color: #E5BE45; }
a { background-color: rgb(229,190,69); }
div.DivClassName
{
background-color: #E5BE45;
}
.BgClassName
{
background-color: #E5BE45;
}
</style>
border-color css
<style>
span { border-color: #E5BE45; }
span { border-color: rgb(229,190,69); }
td.TdClassName
{
border-color: #E5BE45;
}
.TagClassName
{
border-color: #E5BE45;
}
</style>