Shades of Cream Can #E5BE4C
Tints of Cream Can #E5BE4C
RGB
CMYK
RGB Variations
Color information
#E5BE4C (or 0xE5BE4C) is known color: Cream Can. HEX triplet: E5, BE and 4C. RGB value is (229,190,76). Sum of RGB (Red+Green+Blue) = 229+190+76=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BE4C is #1A41B3. Grayscale: #BDBDBD. Windows color (decimal): -1720756 or 5029605. OLE color: 5029605.
HSL color Cylindrical-coordinate representation of color #E5BE4C: hue angle of 44.71º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5BE4C is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 76 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.10 |
| HSL | 44.71º | 0.75% | 0.6% | - |
| HSV(B) | 44.71º | 0.67% | 0.9% | - |
| XYZ | 52.03 | 54.01 | 14.52 | - |
| YUV | 188.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 76 | 0 | 0.17 | 0.67 | 0.10 | 44.71 | 0.75 | 0.6 |
| Hex | E5 | BE | 4C | 0 | 11 | 43 | A | 2D | 4B | 3C |
| Octal | 345 | 276 | 114 | 0 | 21 | 103 | 12 | 55 | 113 | 74 |
| Binary | 11100101 | 10111110 | 1001100 | 0 | 10001 | 1000011 | 1010 | 101101 | 1001011 | 111100 |
Color Harmonies of #E5BE4C
Complementary color
Monochromatic Colors of #E5BE4C
Black with #E5BE4C
Text Example
Text Example
White with #E5BE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE4C; }
p { color: rgb(229,190,76); }
H1.HeaderClassName
{
color: #E5BE4C;
}
.AnyTagClassName
{
color: #E5BE4C;
}
</style>
background-color css
<style>
a { background-color: #E5BE4C; }
a { background-color: rgb(229,190,76); }
div.DivClassName
{
background-color: #E5BE4C;
}
.BgClassName
{
background-color: #E5BE4C;
}
</style>
border-color css
<style>
span { border-color: #E5BE4C; }
span { border-color: rgb(229,190,76); }
td.TdClassName
{
border-color: #E5BE4C;
}
.TagClassName
{
border-color: #E5BE4C;
}
</style>