Shades of Cream Can #ECC558
Tints of Cream Can #ECC558
RGB
CMYK
RGB Variations
Color information
#ECC558 (or 0xECC558) is known color: Cream Can. HEX triplet: EC, C5 and 58. RGB value is (236,197,88). Sum of RGB (Red+Green+Blue) = 236+197+88=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC558 is #133AA7. Grayscale: #C4C4C4. Windows color (decimal): -1260200 or 5817836. OLE color: 5817836.
HSL color Cylindrical-coordinate representation of color #ECC558: hue angle of 44.19º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECC558 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 88 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.07 |
| HSL | 44.19º | 0.8% | 0.64% | - |
| HSV(B) | 44.19º | 0.63% | 0.93% | - |
| XYZ | 56.32 | 58.47 | 17.55 | - |
| YUV | 196.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 88 | 0 | 0.17 | 0.63 | 0.07 | 44.19 | 0.8 | 0.64 |
| Hex | EC | C5 | 58 | 0 | 11 | 3F | 7 | 2C | 50 | 40 |
| Octal | 354 | 305 | 130 | 0 | 21 | 77 | 7 | 54 | 120 | 100 |
| Binary | 11101100 | 11000101 | 1011000 | 0 | 10001 | 111111 | 111 | 101100 | 1010000 | 1000000 |
Color Harmonies of #ECC558
Complementary color
Monochromatic Colors of #ECC558
Black with #ECC558
Text Example
Text Example
White with #ECC558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC558; }
p { color: rgb(236,197,88); }
H1.HeaderClassName
{
color: #ECC558;
}
.AnyTagClassName
{
color: #ECC558;
}
</style>
background-color css
<style>
a { background-color: #ECC558; }
a { background-color: rgb(236,197,88); }
div.DivClassName
{
background-color: #ECC558;
}
.BgClassName
{
background-color: #ECC558;
}
</style>
border-color css
<style>
span { border-color: #ECC558; }
span { border-color: rgb(236,197,88); }
td.TdClassName
{
border-color: #ECC558;
}
.TagClassName
{
border-color: #ECC558;
}
</style>