Shades of Cream Can #E3C256
Tints of Cream Can #E3C256
RGB
CMYK
RGB Variations
Color information
#E3C256 (or 0xE3C256) is known color: Cream Can. HEX triplet: E3, C2 and 56. RGB value is (227,194,86). Sum of RGB (Red+Green+Blue) = 227+194+86=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C256 is #1C3DA9. Grayscale: #C0C0C0. Windows color (decimal): -1850794 or 5685987. OLE color: 5685987.
HSL color Cylindrical-coordinate representation of color #E3C256: hue angle of 45.96º 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 #E3C256 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 194 | 86 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.11 |
| HSL | 45.96º | 0.72% | 0.61% | - |
| HSV(B) | 45.96º | 0.62% | 0.89% | - |
| XYZ | 52.65 | 55.59 | 16.76 | - |
| YUV | 191.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 194 | 86 | 0 | 0.15 | 0.62 | 0.11 | 45.96 | 0.72 | 0.61 |
| Hex | E3 | C2 | 56 | 0 | F | 3E | B | 2E | 48 | 3D |
| Octal | 343 | 302 | 126 | 0 | 17 | 76 | 13 | 56 | 110 | 75 |
| Binary | 11100011 | 11000010 | 1010110 | 0 | 1111 | 111110 | 1011 | 101110 | 1001000 | 111101 |
Color Harmonies of #E3C256
Complementary color
Monochromatic Colors of #E3C256
Black with #E3C256
Text Example
Text Example
White with #E3C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C256; }
p { color: rgb(227,194,86); }
H1.HeaderClassName
{
color: #E3C256;
}
.AnyTagClassName
{
color: #E3C256;
}
</style>
background-color css
<style>
a { background-color: #E3C256; }
a { background-color: rgb(227,194,86); }
div.DivClassName
{
background-color: #E3C256;
}
.BgClassName
{
background-color: #E3C256;
}
</style>
border-color css
<style>
span { border-color: #E3C256; }
span { border-color: rgb(227,194,86); }
td.TdClassName
{
border-color: #E3C256;
}
.TagClassName
{
border-color: #E3C256;
}
</style>