Shades of Cream Can #E0C256
Tints of Cream Can #E0C256
RGB
CMYK
RGB Variations
Color information
#E0C256 (or 0xE0C256) is known color: Cream Can. HEX triplet: E0, C2 and 56. RGB value is (224,194,86). Sum of RGB (Red+Green+Blue) = 224+194+86=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C256 is #1F3DA9. Grayscale: #BFBFBF. Windows color (decimal): -2047402 or 5685984. OLE color: 5685984.
HSL color Cylindrical-coordinate representation of color #E0C256: hue angle of 46.96º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0C256 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 194 | 86 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.12 |
| HSL | 46.96º | 0.69% | 0.61% | - |
| HSV(B) | 46.96º | 0.62% | 0.88% | - |
| XYZ | 51.71 | 55.1 | 16.71 | - |
| YUV | 190.66 | 68.94 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 194 | 86 | 0 | 0.13 | 0.62 | 0.12 | 46.96 | 0.69 | 0.61 |
| Hex | E0 | C2 | 56 | 0 | D | 3E | C | 2F | 45 | 3D |
| Octal | 340 | 302 | 126 | 0 | 15 | 76 | 14 | 57 | 105 | 75 |
| Binary | 11100000 | 11000010 | 1010110 | 0 | 1101 | 111110 | 1100 | 101111 | 1000101 | 111101 |
Color Harmonies of #E0C256
Complementary color
Monochromatic Colors of #E0C256
Black with #E0C256
Text Example
Text Example
White with #E0C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C256; }
p { color: rgb(224,194,86); }
H1.HeaderClassName
{
color: #E0C256;
}
.AnyTagClassName
{
color: #E0C256;
}
</style>
background-color css
<style>
a { background-color: #E0C256; }
a { background-color: rgb(224,194,86); }
div.DivClassName
{
background-color: #E0C256;
}
.BgClassName
{
background-color: #E0C256;
}
</style>
border-color css
<style>
span { border-color: #E0C256; }
span { border-color: rgb(224,194,86); }
td.TdClassName
{
border-color: #E0C256;
}
.TagClassName
{
border-color: #E0C256;
}
</style>