Shades of Cream Can #ECC058
Tints of Cream Can #ECC058
RGB
CMYK
RGB Variations
Color information
#ECC058 (or 0xECC058) is known color: Cream Can. HEX triplet: EC, C0 and 58. RGB value is (236,192,88). Sum of RGB (Red+Green+Blue) = 236+192+88=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC058 is #133FA7. Grayscale: #C1C1C1. Windows color (decimal): -1261480 or 5816556. OLE color: 5816556.
HSL color Cylindrical-coordinate representation of color #ECC058: hue angle of 42.16º 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 #ECC058 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 88 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.07 |
| HSL | 42.16º | 0.8% | 0.64% | - |
| HSV(B) | 42.16º | 0.63% | 0.93% | - |
| XYZ | 55.2 | 56.24 | 17.18 | - |
| YUV | 193.3 | 68.58 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 88 | 0 | 0.19 | 0.63 | 0.07 | 42.16 | 0.8 | 0.64 |
| Hex | EC | C0 | 58 | 0 | 13 | 3F | 7 | 2A | 50 | 40 |
| Octal | 354 | 300 | 130 | 0 | 23 | 77 | 7 | 52 | 120 | 100 |
| Binary | 11101100 | 11000000 | 1011000 | 0 | 10011 | 111111 | 111 | 101010 | 1010000 | 1000000 |
Color Harmonies of #ECC058
Complementary color
Monochromatic Colors of #ECC058
Black with #ECC058
Text Example
Text Example
White with #ECC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC058; }
p { color: rgb(236,192,88); }
H1.HeaderClassName
{
color: #ECC058;
}
.AnyTagClassName
{
color: #ECC058;
}
</style>
background-color css
<style>
a { background-color: #ECC058; }
a { background-color: rgb(236,192,88); }
div.DivClassName
{
background-color: #ECC058;
}
.BgClassName
{
background-color: #ECC058;
}
</style>
border-color css
<style>
span { border-color: #ECC058; }
span { border-color: rgb(236,192,88); }
td.TdClassName
{
border-color: #ECC058;
}
.TagClassName
{
border-color: #ECC058;
}
</style>