Shades of Cream Can #ECC857
Tints of Cream Can #ECC857
RGB
CMYK
RGB Variations
Color information
#ECC857 (or 0xECC857) is known color: Cream Can. HEX triplet: EC, C8 and 57. RGB value is (236,200,87). Sum of RGB (Red+Green+Blue) = 236+200+87=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC857 is #1337A8. Grayscale: #C6C6C6. Windows color (decimal): -1259433 or 5753068. OLE color: 5753068.
HSL color Cylindrical-coordinate representation of color #ECC857: hue angle of 45.5º 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 #ECC857 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 87 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.07 |
| HSL | 45.5º | 0.8% | 0.63% | - |
| HSV(B) | 45.5º | 0.63% | 0.93% | - |
| XYZ | 56.97 | 59.83 | 17.56 | - |
| YUV | 197.88 | 65.43 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 87 | 0 | 0.15 | 0.63 | 0.07 | 45.5 | 0.8 | 0.63 |
| Hex | EC | C8 | 57 | 0 | F | 3F | 7 | 2E | 50 | 3F |
| Octal | 354 | 310 | 127 | 0 | 17 | 77 | 7 | 56 | 120 | 77 |
| Binary | 11101100 | 11001000 | 1010111 | 0 | 1111 | 111111 | 111 | 101110 | 1010000 | 111111 |
Color Harmonies of #ECC857
Complementary color
Monochromatic Colors of #ECC857
Black with #ECC857
Text Example
Text Example
White with #ECC857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC857; }
p { color: rgb(236,200,87); }
H1.HeaderClassName
{
color: #ECC857;
}
.AnyTagClassName
{
color: #ECC857;
}
</style>
background-color css
<style>
a { background-color: #ECC857; }
a { background-color: rgb(236,200,87); }
div.DivClassName
{
background-color: #ECC857;
}
.BgClassName
{
background-color: #ECC857;
}
</style>
border-color css
<style>
span { border-color: #ECC857; }
span { border-color: rgb(236,200,87); }
td.TdClassName
{
border-color: #ECC857;
}
.TagClassName
{
border-color: #ECC857;
}
</style>