Shades of Cream Can #E4C656
Tints of Cream Can #E4C656
RGB
CMYK
RGB Variations
Color information
#E4C656 (or 0xE4C656) is known color: Cream Can. HEX triplet: E4, C6 and 56. RGB value is (228,198,86). Sum of RGB (Red+Green+Blue) = 228+198+86=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C656 is #1B39A9. Grayscale: #C2C2C2. Windows color (decimal): -1784234 or 5687012. OLE color: 5687012.
HSL color Cylindrical-coordinate representation of color #E4C656: hue angle of 47.32º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E4C656 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 198 | 86 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.11 |
| HSL | 47.32º | 0.72% | 0.62% | - |
| HSV(B) | 47.32º | 0.62% | 0.89% | - |
| XYZ | 53.87 | 57.55 | 17.07 | - |
| YUV | 194.2 | 66.94 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 198 | 86 | 0 | 0.13 | 0.62 | 0.11 | 47.32 | 0.72 | 0.62 |
| Hex | E4 | C6 | 56 | 0 | D | 3E | B | 2F | 48 | 3E |
| Octal | 344 | 306 | 126 | 0 | 15 | 76 | 13 | 57 | 110 | 76 |
| Binary | 11100100 | 11000110 | 1010110 | 0 | 1101 | 111110 | 1011 | 101111 | 1001000 | 111110 |
Color Harmonies of #E4C656
Complementary color
Monochromatic Colors of #E4C656
Black with #E4C656
Text Example
Text Example
White with #E4C656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C656; }
p { color: rgb(228,198,86); }
H1.HeaderClassName
{
color: #E4C656;
}
.AnyTagClassName
{
color: #E4C656;
}
</style>
background-color css
<style>
a { background-color: #E4C656; }
a { background-color: rgb(228,198,86); }
div.DivClassName
{
background-color: #E4C656;
}
.BgClassName
{
background-color: #E4C656;
}
</style>
border-color css
<style>
span { border-color: #E4C656; }
span { border-color: rgb(228,198,86); }
td.TdClassName
{
border-color: #E4C656;
}
.TagClassName
{
border-color: #E4C656;
}
</style>