Shades of Cream Can #E3C356
Tints of Cream Can #E3C356
RGB
CMYK
RGB Variations
Color information
#E3C356 (or 0xE3C356) is known color: Cream Can. HEX triplet: E3, C3 and 56. RGB value is (227,195,86). Sum of RGB (Red+Green+Blue) = 227+195+86=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C356 is #1C3CA9. Grayscale: #C0C0C0. Windows color (decimal): -1850538 or 5686243. OLE color: 5686243.
HSL color Cylindrical-coordinate representation of color #E3C356: hue angle of 46.38º 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 #E3C356 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 195 | 86 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.11 |
| HSL | 46.38º | 0.72% | 0.61% | - |
| HSV(B) | 46.38º | 0.62% | 0.89% | - |
| XYZ | 52.87 | 56.03 | 16.83 | - |
| YUV | 192.14 | 68.1 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 86 | 0 | 0.14 | 0.62 | 0.11 | 46.38 | 0.72 | 0.61 |
| Hex | E3 | C3 | 56 | 0 | E | 3E | B | 2E | 48 | 3D |
| Octal | 343 | 303 | 126 | 0 | 16 | 76 | 13 | 56 | 110 | 75 |
| Binary | 11100011 | 11000011 | 1010110 | 0 | 1110 | 111110 | 1011 | 101110 | 1001000 | 111101 |
Color Harmonies of #E3C356
Complementary color
Monochromatic Colors of #E3C356
Black with #E3C356
Text Example
Text Example
White with #E3C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C356; }
p { color: rgb(227,195,86); }
H1.HeaderClassName
{
color: #E3C356;
}
.AnyTagClassName
{
color: #E3C356;
}
</style>
background-color css
<style>
a { background-color: #E3C356; }
a { background-color: rgb(227,195,86); }
div.DivClassName
{
background-color: #E3C356;
}
.BgClassName
{
background-color: #E3C356;
}
</style>
border-color css
<style>
span { border-color: #E3C356; }
span { border-color: rgb(227,195,86); }
td.TdClassName
{
border-color: #E3C356;
}
.TagClassName
{
border-color: #E3C356;
}
</style>