Shades of Cream Can #ECC657
Tints of Cream Can #ECC657
RGB
CMYK
RGB Variations
Color information
#ECC657 (or 0xECC657) is known color: Cream Can. HEX triplet: EC, C6 and 57. RGB value is (236,198,87). Sum of RGB (Red+Green+Blue) = 236+198+87=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 87 (34.38% from 255 or 16.70% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC657 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC657 is #1339A8. Grayscale: #C5C5C5. Windows color (decimal): -1259945 or 5752556. OLE color: 5752556.
HSL color Cylindrical-coordinate representation of color #ECC657: hue angle of 44.7º 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 #ECC657 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 87 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.07 |
| HSL | 44.7º | 0.8% | 0.63% | - |
| HSV(B) | 44.7º | 0.63% | 0.93% | - |
| XYZ | 56.51 | 58.91 | 17.41 | - |
| YUV | 196.71 | 66.09 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 87 | 0 | 0.16 | 0.63 | 0.07 | 44.7 | 0.8 | 0.63 |
| Hex | EC | C6 | 57 | 0 | 10 | 3F | 7 | 2D | 50 | 3F |
| Octal | 354 | 306 | 127 | 0 | 20 | 77 | 7 | 55 | 120 | 77 |
| Binary | 11101100 | 11000110 | 1010111 | 0 | 10000 | 111111 | 111 | 101101 | 1010000 | 111111 |
Color Harmonies of #ECC657
Complementary color
Monochromatic Colors of #ECC657
Black with #ECC657
Text Example
Text Example
White with #ECC657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC657; }
p { color: rgb(236,198,87); }
H1.HeaderClassName
{
color: #ECC657;
}
.AnyTagClassName
{
color: #ECC657;
}
</style>
background-color css
<style>
a { background-color: #ECC657; }
a { background-color: rgb(236,198,87); }
div.DivClassName
{
background-color: #ECC657;
}
.BgClassName
{
background-color: #ECC657;
}
</style>
border-color css
<style>
span { border-color: #ECC657; }
span { border-color: rgb(236,198,87); }
td.TdClassName
{
border-color: #ECC657;
}
.TagClassName
{
border-color: #ECC657;
}
</style>