Shades of Cream Can #ECC256
Tints of Cream Can #ECC256
RGB
CMYK
RGB Variations
Color information
#ECC256 (or 0xECC256) is known color: Cream Can. HEX triplet: EC, C2 and 56. RGB value is (236,194,86). Sum of RGB (Red+Green+Blue) = 236+194+86=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC256 is #133DA9. Grayscale: #C2C2C2. Windows color (decimal): -1260970 or 5685996. OLE color: 5685996.
HSL color Cylindrical-coordinate representation of color #ECC256: hue angle of 43.2º 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 #ECC256 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 86 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.07 |
| HSL | 43.2º | 0.8% | 0.63% | - |
| HSV(B) | 43.2º | 0.64% | 0.93% | - |
| XYZ | 55.56 | 57.09 | 16.89 | - |
| YUV | 194.25 | 66.91 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 86 | 0 | 0.18 | 0.64 | 0.07 | 43.2 | 0.8 | 0.63 |
| Hex | EC | C2 | 56 | 0 | 12 | 40 | 7 | 2B | 50 | 3F |
| Octal | 354 | 302 | 126 | 0 | 22 | 100 | 7 | 53 | 120 | 77 |
| Binary | 11101100 | 11000010 | 1010110 | 0 | 10010 | 1000000 | 111 | 101011 | 1010000 | 111111 |
Color Harmonies of #ECC256
Complementary color
Monochromatic Colors of #ECC256
Black with #ECC256
Text Example
Text Example
White with #ECC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC256; }
p { color: rgb(236,194,86); }
H1.HeaderClassName
{
color: #ECC256;
}
.AnyTagClassName
{
color: #ECC256;
}
</style>
background-color css
<style>
a { background-color: #ECC256; }
a { background-color: rgb(236,194,86); }
div.DivClassName
{
background-color: #ECC256;
}
.BgClassName
{
background-color: #ECC256;
}
</style>
border-color css
<style>
span { border-color: #ECC256; }
span { border-color: rgb(236,194,86); }
td.TdClassName
{
border-color: #ECC256;
}
.TagClassName
{
border-color: #ECC256;
}
</style>