Shades of Cream Can #E5C159
Tints of Cream Can #E5C159
RGB
CMYK
RGB Variations
Color information
#E5C159 (or 0xE5C159) is known color: Cream Can. HEX triplet: E5, C1 and 59. RGB value is (229,193,89). Sum of RGB (Red+Green+Blue) = 229+193+89=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 89 (35.16% from 255 or 17.42% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C159 is #1A3EA6. Grayscale: #C0C0C0. Windows color (decimal): -1719975 or 5882341. OLE color: 5882341.
HSL color Cylindrical-coordinate representation of color #E5C159: hue angle of 44.57º 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 #E5C159 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 89 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.10 |
| HSL | 44.57º | 0.73% | 0.62% | - |
| HSV(B) | 44.57º | 0.61% | 0.9% | - |
| XYZ | 53.19 | 55.52 | 17.36 | - |
| YUV | 191.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 89 | 0 | 0.16 | 0.61 | 0.10 | 44.57 | 0.73 | 0.62 |
| Hex | E5 | C1 | 59 | 0 | 10 | 3D | A | 2D | 49 | 3E |
| Octal | 345 | 301 | 131 | 0 | 20 | 75 | 12 | 55 | 111 | 76 |
| Binary | 11100101 | 11000001 | 1011001 | 0 | 10000 | 111101 | 1010 | 101101 | 1001001 | 111110 |
Color Harmonies of #E5C159
Complementary color
Monochromatic Colors of #E5C159
Black with #E5C159
Text Example
Text Example
White with #E5C159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C159; }
p { color: rgb(229,193,89); }
H1.HeaderClassName
{
color: #E5C159;
}
.AnyTagClassName
{
color: #E5C159;
}
</style>
background-color css
<style>
a { background-color: #E5C159; }
a { background-color: rgb(229,193,89); }
div.DivClassName
{
background-color: #E5C159;
}
.BgClassName
{
background-color: #E5C159;
}
</style>
border-color css
<style>
span { border-color: #E5C159; }
span { border-color: rgb(229,193,89); }
td.TdClassName
{
border-color: #E5C159;
}
.TagClassName
{
border-color: #E5C159;
}
</style>