Shades of Cream Can #ECC455
Tints of Cream Can #ECC455
RGB
CMYK
RGB Variations
Color information
#ECC455 (or 0xECC455) is known color: Cream Can. HEX triplet: EC, C4 and 55. RGB value is (236,196,85). Sum of RGB (Red+Green+Blue) = 236+196+85=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC455 is #133BAA. Grayscale: #C3C3C3. Windows color (decimal): -1260459 or 5620972. OLE color: 5620972.
HSL color Cylindrical-coordinate representation of color #ECC455: hue angle of 44.11º 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 #ECC455 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 85 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.07 |
| HSL | 44.11º | 0.8% | 0.63% | - |
| HSV(B) | 44.11º | 0.64% | 0.93% | - |
| XYZ | 55.97 | 57.97 | 16.83 | - |
| YUV | 195.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 85 | 0 | 0.17 | 0.64 | 0.07 | 44.11 | 0.8 | 0.63 |
| Hex | EC | C4 | 55 | 0 | 11 | 40 | 7 | 2C | 50 | 3F |
| Octal | 354 | 304 | 125 | 0 | 21 | 100 | 7 | 54 | 120 | 77 |
| Binary | 11101100 | 11000100 | 1010101 | 0 | 10001 | 1000000 | 111 | 101100 | 1010000 | 111111 |
Color Harmonies of #ECC455
Complementary color
Monochromatic Colors of #ECC455
Black with #ECC455
Text Example
Text Example
White with #ECC455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC455; }
p { color: rgb(236,196,85); }
H1.HeaderClassName
{
color: #ECC455;
}
.AnyTagClassName
{
color: #ECC455;
}
</style>
background-color css
<style>
a { background-color: #ECC455; }
a { background-color: rgb(236,196,85); }
div.DivClassName
{
background-color: #ECC455;
}
.BgClassName
{
background-color: #ECC455;
}
</style>
border-color css
<style>
span { border-color: #ECC455; }
span { border-color: rgb(236,196,85); }
td.TdClassName
{
border-color: #ECC455;
}
.TagClassName
{
border-color: #ECC455;
}
</style>