Shades of Cream Can #E5C556
Tints of Cream Can #E5C556
RGB
CMYK
RGB Variations
Color information
#E5C556 (or 0xE5C556) is known color: Cream Can. HEX triplet: E5, C5 and 56. RGB value is (229,197,86). Sum of RGB (Red+Green+Blue) = 229+197+86=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C556 is #1A3AA9. Grayscale: #C2C2C2. Windows color (decimal): -1718954 or 5686757. OLE color: 5686757.
HSL color Cylindrical-coordinate representation of color #E5C556: hue angle of 46.57º 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 #E5C556 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 86 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.10 |
| HSL | 46.57º | 0.73% | 0.62% | - |
| HSV(B) | 46.57º | 0.62% | 0.9% | - |
| XYZ | 53.96 | 57.26 | 17.01 | - |
| YUV | 193.91 | 67.1 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 86 | 0 | 0.14 | 0.62 | 0.10 | 46.57 | 0.73 | 0.62 |
| Hex | E5 | C5 | 56 | 0 | E | 3E | A | 2F | 49 | 3E |
| Octal | 345 | 305 | 126 | 0 | 16 | 76 | 12 | 57 | 111 | 76 |
| Binary | 11100101 | 11000101 | 1010110 | 0 | 1110 | 111110 | 1010 | 101111 | 1001001 | 111110 |
Color Harmonies of #E5C556
Complementary color
Monochromatic Colors of #E5C556
Black with #E5C556
Text Example
Text Example
White with #E5C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C556; }
p { color: rgb(229,197,86); }
H1.HeaderClassName
{
color: #E5C556;
}
.AnyTagClassName
{
color: #E5C556;
}
</style>
background-color css
<style>
a { background-color: #E5C556; }
a { background-color: rgb(229,197,86); }
div.DivClassName
{
background-color: #E5C556;
}
.BgClassName
{
background-color: #E5C556;
}
</style>
border-color css
<style>
span { border-color: #E5C556; }
span { border-color: rgb(229,197,86); }
td.TdClassName
{
border-color: #E5C556;
}
.TagClassName
{
border-color: #E5C556;
}
</style>