Shades of Cream Can #E7C156
Tints of Cream Can #E7C156
RGB
CMYK
RGB Variations
Color information
#E7C156 (or 0xE7C156) is known color: Cream Can. HEX triplet: E7, C1 and 56. RGB value is (231,193,86). Sum of RGB (Red+Green+Blue) = 231+193+86=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C156 is #183EA9. Grayscale: #C0C0C0. Windows color (decimal): -1588906 or 5685735. OLE color: 5685735.
HSL color Cylindrical-coordinate representation of color #E7C156: hue angle of 44.28º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7C156 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 86 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.09 |
| HSL | 44.28º | 0.75% | 0.62% | - |
| HSV(B) | 44.28º | 0.63% | 0.91% | - |
| XYZ | 53.7 | 55.8 | 16.74 | - |
| YUV | 192.16 | 68.09 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 86 | 0 | 0.16 | 0.63 | 0.09 | 44.28 | 0.75 | 0.62 |
| Hex | E7 | C1 | 56 | 0 | 10 | 3F | 9 | 2C | 4B | 3E |
| Octal | 347 | 301 | 126 | 0 | 20 | 77 | 11 | 54 | 113 | 76 |
| Binary | 11100111 | 11000001 | 1010110 | 0 | 10000 | 111111 | 1001 | 101100 | 1001011 | 111110 |
Color Harmonies of #E7C156
Complementary color
Monochromatic Colors of #E7C156
Black with #E7C156
Text Example
Text Example
White with #E7C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C156; }
p { color: rgb(231,193,86); }
H1.HeaderClassName
{
color: #E7C156;
}
.AnyTagClassName
{
color: #E7C156;
}
</style>
background-color css
<style>
a { background-color: #E7C156; }
a { background-color: rgb(231,193,86); }
div.DivClassName
{
background-color: #E7C156;
}
.BgClassName
{
background-color: #E7C156;
}
</style>
border-color css
<style>
span { border-color: #E7C156; }
span { border-color: rgb(231,193,86); }
td.TdClassName
{
border-color: #E7C156;
}
.TagClassName
{
border-color: #E7C156;
}
</style>