Shades of Cream Can #ECC856
Tints of Cream Can #ECC856
RGB
CMYK
RGB Variations
Color information
#ECC856 (or 0xECC856) is known color: Cream Can. HEX triplet: EC, C8 and 56. RGB value is (236,200,86). Sum of RGB (Red+Green+Blue) = 236+200+86=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 86 (33.98% from 255 or 16.48% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC856 is #1337A9. Grayscale: #C6C6C6. Windows color (decimal): -1259434 or 5687532. OLE color: 5687532.
HSL color Cylindrical-coordinate representation of color #ECC856: hue angle of 45.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECC856 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 86 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.07 |
| HSL | 45.6º | 0.8% | 0.63% | - |
| HSV(B) | 45.6º | 0.64% | 0.93% | - |
| XYZ | 56.93 | 59.81 | 17.35 | - |
| YUV | 197.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 86 | 0 | 0.15 | 0.64 | 0.07 | 45.6 | 0.8 | 0.63 |
| Hex | EC | C8 | 56 | 0 | F | 40 | 7 | 2E | 50 | 3F |
| Octal | 354 | 310 | 126 | 0 | 17 | 100 | 7 | 56 | 120 | 77 |
| Binary | 11101100 | 11001000 | 1010110 | 0 | 1111 | 1000000 | 111 | 101110 | 1010000 | 111111 |
Color Harmonies of #ECC856
Complementary color
Monochromatic Colors of #ECC856
Black with #ECC856
Text Example
Text Example
White with #ECC856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC856; }
p { color: rgb(236,200,86); }
H1.HeaderClassName
{
color: #ECC856;
}
.AnyTagClassName
{
color: #ECC856;
}
</style>
background-color css
<style>
a { background-color: #ECC856; }
a { background-color: rgb(236,200,86); }
div.DivClassName
{
background-color: #ECC856;
}
.BgClassName
{
background-color: #ECC856;
}
</style>
border-color css
<style>
span { border-color: #ECC856; }
span { border-color: rgb(236,200,86); }
td.TdClassName
{
border-color: #ECC856;
}
.TagClassName
{
border-color: #ECC856;
}
</style>