Shades of Cream Can #E3C156
Tints of Cream Can #E3C156
RGB
CMYK
RGB Variations
Color information
#E3C156 (or 0xE3C156) is known color: Cream Can. HEX triplet: E3, C1 and 56. RGB value is (227,193,86). Sum of RGB (Red+Green+Blue) = 227+193+86=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C156 is #1C3EA9. Grayscale: #BFBFBF. Windows color (decimal): -1851050 or 5685731. OLE color: 5685731.
HSL color Cylindrical-coordinate representation of color #E3C156: hue angle of 45.53º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E3C156 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 193 | 86 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.11 |
| HSL | 45.53º | 0.72% | 0.61% | - |
| HSV(B) | 45.53º | 0.62% | 0.89% | - |
| XYZ | 52.43 | 55.14 | 16.68 | - |
| YUV | 190.97 | 68.76 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 193 | 86 | 0 | 0.15 | 0.62 | 0.11 | 45.53 | 0.72 | 0.61 |
| Hex | E3 | C1 | 56 | 0 | F | 3E | B | 2E | 48 | 3D |
| Octal | 343 | 301 | 126 | 0 | 17 | 76 | 13 | 56 | 110 | 75 |
| Binary | 11100011 | 11000001 | 1010110 | 0 | 1111 | 111110 | 1011 | 101110 | 1001000 | 111101 |
Color Harmonies of #E3C156
Complementary color
Monochromatic Colors of #E3C156
Black with #E3C156
Text Example
Text Example
White with #E3C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C156; }
p { color: rgb(227,193,86); }
H1.HeaderClassName
{
color: #E3C156;
}
.AnyTagClassName
{
color: #E3C156;
}
</style>
background-color css
<style>
a { background-color: #E3C156; }
a { background-color: rgb(227,193,86); }
div.DivClassName
{
background-color: #E3C156;
}
.BgClassName
{
background-color: #E3C156;
}
</style>
border-color css
<style>
span { border-color: #E3C156; }
span { border-color: rgb(227,193,86); }
td.TdClassName
{
border-color: #E3C156;
}
.TagClassName
{
border-color: #E3C156;
}
</style>