Shades of Cream Can #E3C056
Tints of Cream Can #E3C056
RGB
CMYK
RGB Variations
Color information
#E3C056 (or 0xE3C056) is known color: Cream Can. HEX triplet: E3, C0 and 56. RGB value is (227,192,86). Sum of RGB (Red+Green+Blue) = 227+192+86=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 86 (33.98% from 255 or 17.03% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C056 is #1C3FA9. Grayscale: #BEBEBE. Windows color (decimal): -1851306 or 5685475. OLE color: 5685475.
HSL color Cylindrical-coordinate representation of color #E3C056: hue angle of 45.11º 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 #E3C056 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 192 | 86 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.11 |
| HSL | 45.11º | 0.72% | 0.61% | - |
| HSV(B) | 45.11º | 0.62% | 0.89% | - |
| XYZ | 52.21 | 54.7 | 16.61 | - |
| YUV | 190.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 192 | 86 | 0 | 0.15 | 0.62 | 0.11 | 45.11 | 0.72 | 0.61 |
| Hex | E3 | C0 | 56 | 0 | F | 3E | B | 2D | 48 | 3D |
| Octal | 343 | 300 | 126 | 0 | 17 | 76 | 13 | 55 | 110 | 75 |
| Binary | 11100011 | 11000000 | 1010110 | 0 | 1111 | 111110 | 1011 | 101101 | 1001000 | 111101 |
Color Harmonies of #E3C056
Complementary color
Monochromatic Colors of #E3C056
Black with #E3C056
Text Example
Text Example
White with #E3C056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C056; }
p { color: rgb(227,192,86); }
H1.HeaderClassName
{
color: #E3C056;
}
.AnyTagClassName
{
color: #E3C056;
}
</style>
background-color css
<style>
a { background-color: #E3C056; }
a { background-color: rgb(227,192,86); }
div.DivClassName
{
background-color: #E3C056;
}
.BgClassName
{
background-color: #E3C056;
}
</style>
border-color css
<style>
span { border-color: #E3C056; }
span { border-color: rgb(227,192,86); }
td.TdClassName
{
border-color: #E3C056;
}
.TagClassName
{
border-color: #E3C056;
}
</style>