Shades of Cream Can #ECC357
Tints of Cream Can #ECC357
RGB
CMYK
RGB Variations
Color information
#ECC357 (or 0xECC357) is known color: Cream Can. HEX triplet: EC, C3 and 57. RGB value is (236,195,87). Sum of RGB (Red+Green+Blue) = 236+195+87=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC357 is #133CA8. Grayscale: #C3C3C3. Windows color (decimal): -1260713 or 5751788. OLE color: 5751788.
HSL color Cylindrical-coordinate representation of color #ECC357: hue angle of 43.49º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECC357 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 87 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.07 |
| HSL | 43.49º | 0.8% | 0.63% | - |
| HSV(B) | 43.49º | 0.63% | 0.93% | - |
| XYZ | 55.83 | 57.55 | 17.18 | - |
| YUV | 194.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 87 | 0 | 0.17 | 0.63 | 0.07 | 43.49 | 0.8 | 0.63 |
| Hex | EC | C3 | 57 | 0 | 11 | 3F | 7 | 2B | 50 | 3F |
| Octal | 354 | 303 | 127 | 0 | 21 | 77 | 7 | 53 | 120 | 77 |
| Binary | 11101100 | 11000011 | 1010111 | 0 | 10001 | 111111 | 111 | 101011 | 1010000 | 111111 |
Color Harmonies of #ECC357
Complementary color
Monochromatic Colors of #ECC357
Black with #ECC357
Text Example
Text Example
White with #ECC357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC357; }
p { color: rgb(236,195,87); }
H1.HeaderClassName
{
color: #ECC357;
}
.AnyTagClassName
{
color: #ECC357;
}
</style>
background-color css
<style>
a { background-color: #ECC357; }
a { background-color: rgb(236,195,87); }
div.DivClassName
{
background-color: #ECC357;
}
.BgClassName
{
background-color: #ECC357;
}
</style>
border-color css
<style>
span { border-color: #ECC357; }
span { border-color: rgb(236,195,87); }
td.TdClassName
{
border-color: #ECC357;
}
.TagClassName
{
border-color: #ECC357;
}
</style>