Shades of Cream Can #ECC055
Tints of Cream Can #ECC055
RGB
CMYK
RGB Variations
Color information
#ECC055 (or 0xECC055) is known color: Cream Can. HEX triplet: EC, C0 and 55. RGB value is (236,192,85). Sum of RGB (Red+Green+Blue) = 236+192+85=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC055 is #133FAA. Grayscale: #C1C1C1. Windows color (decimal): -1261483 or 5619948. OLE color: 5619948.
HSL color Cylindrical-coordinate representation of color #ECC055: hue angle of 42.52º 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 #ECC055 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 85 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.07 |
| HSL | 42.52º | 0.8% | 0.63% | - |
| HSV(B) | 42.52º | 0.64% | 0.93% | - |
| XYZ | 55.08 | 56.19 | 16.54 | - |
| YUV | 192.96 | 67.08 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 85 | 0 | 0.19 | 0.64 | 0.07 | 42.52 | 0.8 | 0.63 |
| Hex | EC | C0 | 55 | 0 | 13 | 40 | 7 | 2B | 50 | 3F |
| Octal | 354 | 300 | 125 | 0 | 23 | 100 | 7 | 53 | 120 | 77 |
| Binary | 11101100 | 11000000 | 1010101 | 0 | 10011 | 1000000 | 111 | 101011 | 1010000 | 111111 |
Color Harmonies of #ECC055
Complementary color
Monochromatic Colors of #ECC055
Black with #ECC055
Text Example
Text Example
White with #ECC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC055; }
p { color: rgb(236,192,85); }
H1.HeaderClassName
{
color: #ECC055;
}
.AnyTagClassName
{
color: #ECC055;
}
</style>
background-color css
<style>
a { background-color: #ECC055; }
a { background-color: rgb(236,192,85); }
div.DivClassName
{
background-color: #ECC055;
}
.BgClassName
{
background-color: #ECC055;
}
</style>
border-color css
<style>
span { border-color: #ECC055; }
span { border-color: rgb(236,192,85); }
td.TdClassName
{
border-color: #ECC055;
}
.TagClassName
{
border-color: #ECC055;
}
</style>