Shades of Cream Can #E5C056
Tints of Cream Can #E5C056
RGB
CMYK
RGB Variations
Color information
#E5C056 (or 0xE5C056) is known color: Cream Can. HEX triplet: E5, C0 and 56. RGB value is (229,192,86). Sum of RGB (Red+Green+Blue) = 229+192+86=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C056 is #1A3FA9. Grayscale: #BFBFBF. Windows color (decimal): -1720234 or 5685477. OLE color: 5685477.
HSL color Cylindrical-coordinate representation of color #E5C056: hue angle of 44.48º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5C056 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 86 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.10 |
| HSL | 44.48º | 0.73% | 0.62% | - |
| HSV(B) | 44.48º | 0.62% | 0.9% | - |
| XYZ | 52.84 | 55.03 | 16.64 | - |
| YUV | 190.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 86 | 0 | 0.16 | 0.62 | 0.10 | 44.48 | 0.73 | 0.62 |
| Hex | E5 | C0 | 56 | 0 | 10 | 3E | A | 2C | 49 | 3E |
| Octal | 345 | 300 | 126 | 0 | 20 | 76 | 12 | 54 | 111 | 76 |
| Binary | 11100101 | 11000000 | 1010110 | 0 | 10000 | 111110 | 1010 | 101100 | 1001001 | 111110 |
Color Harmonies of #E5C056
Complementary color
Monochromatic Colors of #E5C056
Black with #E5C056
Text Example
Text Example
White with #E5C056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C056; }
p { color: rgb(229,192,86); }
H1.HeaderClassName
{
color: #E5C056;
}
.AnyTagClassName
{
color: #E5C056;
}
</style>
background-color css
<style>
a { background-color: #E5C056; }
a { background-color: rgb(229,192,86); }
div.DivClassName
{
background-color: #E5C056;
}
.BgClassName
{
background-color: #E5C056;
}
</style>
border-color css
<style>
span { border-color: #E5C056; }
span { border-color: rgb(229,192,86); }
td.TdClassName
{
border-color: #E5C056;
}
.TagClassName
{
border-color: #E5C056;
}
</style>