Shades of Cream Can #E5C559
Tints of Cream Can #E5C559
RGB
CMYK
RGB Variations
Color information
#E5C559 (or 0xE5C559) is known color: Cream Can. HEX triplet: E5, C5 and 59. RGB value is (229,197,89). Sum of RGB (Red+Green+Blue) = 229+197+89=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 89 (35.16% from 255 or 17.28% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C559 is #1A3AA6. Grayscale: #C2C2C2. Windows color (decimal): -1718951 or 5883365. OLE color: 5883365.
HSL color Cylindrical-coordinate representation of color #E5C559: hue angle of 46.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5C559 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 89 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.10 |
| HSL | 46.29º | 0.73% | 0.62% | - |
| HSV(B) | 46.29º | 0.61% | 0.9% | - |
| XYZ | 54.08 | 57.31 | 17.66 | - |
| YUV | 194.26 | 68.6 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 89 | 0 | 0.14 | 0.61 | 0.10 | 46.29 | 0.73 | 0.62 |
| Hex | E5 | C5 | 59 | 0 | E | 3D | A | 2E | 49 | 3E |
| Octal | 345 | 305 | 131 | 0 | 16 | 75 | 12 | 56 | 111 | 76 |
| Binary | 11100101 | 11000101 | 1011001 | 0 | 1110 | 111101 | 1010 | 101110 | 1001001 | 111110 |
Color Harmonies of #E5C559
Complementary color
Monochromatic Colors of #E5C559
Black with #E5C559
Text Example
Text Example
White with #E5C559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C559; }
p { color: rgb(229,197,89); }
H1.HeaderClassName
{
color: #E5C559;
}
.AnyTagClassName
{
color: #E5C559;
}
</style>
background-color css
<style>
a { background-color: #E5C559; }
a { background-color: rgb(229,197,89); }
div.DivClassName
{
background-color: #E5C559;
}
.BgClassName
{
background-color: #E5C559;
}
</style>
border-color css
<style>
span { border-color: #E5C559; }
span { border-color: rgb(229,197,89); }
td.TdClassName
{
border-color: #E5C559;
}
.TagClassName
{
border-color: #E5C559;
}
</style>