Shades of Cream Can #ECC555
Tints of Cream Can #ECC555
RGB
CMYK
RGB Variations
Color information
#ECC555 (or 0xECC555) is known color: Cream Can. HEX triplet: EC, C5 and 55. RGB value is (236,197,85). Sum of RGB (Red+Green+Blue) = 236+197+85=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC555 is #133AAA. Grayscale: #C4C4C4. Windows color (decimal): -1260203 or 5621228. OLE color: 5621228.
HSL color Cylindrical-coordinate representation of color #ECC555: hue angle of 44.5º 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 #ECC555 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 85 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.07 |
| HSL | 44.5º | 0.8% | 0.63% | - |
| HSV(B) | 44.5º | 0.64% | 0.93% | - |
| XYZ | 56.2 | 58.42 | 16.91 | - |
| YUV | 195.89 | 65.42 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 85 | 0 | 0.17 | 0.64 | 0.07 | 44.5 | 0.8 | 0.63 |
| Hex | EC | C5 | 55 | 0 | 11 | 40 | 7 | 2D | 50 | 3F |
| Octal | 354 | 305 | 125 | 0 | 21 | 100 | 7 | 55 | 120 | 77 |
| Binary | 11101100 | 11000101 | 1010101 | 0 | 10001 | 1000000 | 111 | 101101 | 1010000 | 111111 |
Color Harmonies of #ECC555
Complementary color
Monochromatic Colors of #ECC555
Black with #ECC555
Text Example
Text Example
White with #ECC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC555; }
p { color: rgb(236,197,85); }
H1.HeaderClassName
{
color: #ECC555;
}
.AnyTagClassName
{
color: #ECC555;
}
</style>
background-color css
<style>
a { background-color: #ECC555; }
a { background-color: rgb(236,197,85); }
div.DivClassName
{
background-color: #ECC555;
}
.BgClassName
{
background-color: #ECC555;
}
</style>
border-color css
<style>
span { border-color: #ECC555; }
span { border-color: rgb(236,197,85); }
td.TdClassName
{
border-color: #ECC555;
}
.TagClassName
{
border-color: #ECC555;
}
</style>