Shades of Cream Can #ECC356
Tints of Cream Can #ECC356
RGB
CMYK
RGB Variations
Color information
#ECC356 (or 0xECC356) is known color: Cream Can. HEX triplet: EC, C3 and 56. RGB value is (236,195,86). Sum of RGB (Red+Green+Blue) = 236+195+86=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC356 is #133CA9. Grayscale: #C3C3C3. Windows color (decimal): -1260714 or 5686252. OLE color: 5686252.
HSL color Cylindrical-coordinate representation of color #ECC356: hue angle of 43.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 #ECC356 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 86 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.07 |
| HSL | 43.6º | 0.8% | 0.63% | - |
| HSV(B) | 43.6º | 0.64% | 0.93% | - |
| XYZ | 55.79 | 57.53 | 16.97 | - |
| YUV | 194.83 | 66.58 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 86 | 0 | 0.17 | 0.64 | 0.07 | 43.6 | 0.8 | 0.63 |
| Hex | EC | C3 | 56 | 0 | 11 | 40 | 7 | 2C | 50 | 3F |
| Octal | 354 | 303 | 126 | 0 | 21 | 100 | 7 | 54 | 120 | 77 |
| Binary | 11101100 | 11000011 | 1010110 | 0 | 10001 | 1000000 | 111 | 101100 | 1010000 | 111111 |
Color Harmonies of #ECC356
Complementary color
Monochromatic Colors of #ECC356
Black with #ECC356
Text Example
Text Example
White with #ECC356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC356; }
p { color: rgb(236,195,86); }
H1.HeaderClassName
{
color: #ECC356;
}
.AnyTagClassName
{
color: #ECC356;
}
</style>
background-color css
<style>
a { background-color: #ECC356; }
a { background-color: rgb(236,195,86); }
div.DivClassName
{
background-color: #ECC356;
}
.BgClassName
{
background-color: #ECC356;
}
</style>
border-color css
<style>
span { border-color: #ECC356; }
span { border-color: rgb(236,195,86); }
td.TdClassName
{
border-color: #ECC356;
}
.TagClassName
{
border-color: #ECC356;
}
</style>