Shades of Cream Can #ECC758
Tints of Cream Can #ECC758
RGB
CMYK
RGB Variations
Color information
#ECC758 (or 0xECC758) is known color: Cream Can. HEX triplet: EC, C7 and 58. RGB value is (236,199,88). Sum of RGB (Red+Green+Blue) = 236+199+88=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC758 is #1338A7. Grayscale: #C5C5C5. Windows color (decimal): -1259688 or 5818348. OLE color: 5818348.
HSL color Cylindrical-coordinate representation of color #ECC758: hue angle of 45º 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 #ECC758 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 88 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.07 |
| HSL | 45º | 0.8% | 0.64% | - |
| HSV(B) | 45º | 0.63% | 0.93% | - |
| XYZ | 56.78 | 59.38 | 17.7 | - |
| YUV | 197.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 88 | 0 | 0.16 | 0.63 | 0.07 | 45 | 0.8 | 0.64 |
| Hex | EC | C7 | 58 | 0 | 10 | 3F | 7 | 2D | 50 | 40 |
| Octal | 354 | 307 | 130 | 0 | 20 | 77 | 7 | 55 | 120 | 100 |
| Binary | 11101100 | 11000111 | 1011000 | 0 | 10000 | 111111 | 111 | 101101 | 1010000 | 1000000 |
Color Harmonies of #ECC758
Complementary color
Monochromatic Colors of #ECC758
Black with #ECC758
Text Example
Text Example
White with #ECC758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC758; }
p { color: rgb(236,199,88); }
H1.HeaderClassName
{
color: #ECC758;
}
.AnyTagClassName
{
color: #ECC758;
}
</style>
background-color css
<style>
a { background-color: #ECC758; }
a { background-color: rgb(236,199,88); }
div.DivClassName
{
background-color: #ECC758;
}
.BgClassName
{
background-color: #ECC758;
}
</style>
border-color css
<style>
span { border-color: #ECC758; }
span { border-color: rgb(236,199,88); }
td.TdClassName
{
border-color: #ECC758;
}
.TagClassName
{
border-color: #ECC758;
}
</style>