Shades of Cream Can #ECC853
Tints of Cream Can #ECC853
RGB
CMYK
RGB Variations
Color information
#ECC853 (or 0xECC853) is known color: Cream Can. HEX triplet: EC, C8 and 53. RGB value is (236,200,83). Sum of RGB (Red+Green+Blue) = 236+200+83=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC853 is #1337AC. Grayscale: #C5C5C5. Windows color (decimal): -1259437 or 5490924. OLE color: 5490924.
HSL color Cylindrical-coordinate representation of color #ECC853: hue angle of 45.88º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECC853 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 83 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.07 |
| HSL | 45.88º | 0.8% | 0.63% | - |
| HSV(B) | 45.88º | 0.65% | 0.93% | - |
| XYZ | 56.81 | 59.77 | 16.73 | - |
| YUV | 197.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 83 | 0 | 0.15 | 0.65 | 0.07 | 45.88 | 0.8 | 0.63 |
| Hex | EC | C8 | 53 | 0 | F | 41 | 7 | 2E | 50 | 3F |
| Octal | 354 | 310 | 123 | 0 | 17 | 101 | 7 | 56 | 120 | 77 |
| Binary | 11101100 | 11001000 | 1010011 | 0 | 1111 | 1000001 | 111 | 101110 | 1010000 | 111111 |
Color Harmonies of #ECC853
Complementary color
Monochromatic Colors of #ECC853
Black with #ECC853
Text Example
Text Example
White with #ECC853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC853; }
p { color: rgb(236,200,83); }
H1.HeaderClassName
{
color: #ECC853;
}
.AnyTagClassName
{
color: #ECC853;
}
</style>
background-color css
<style>
a { background-color: #ECC853; }
a { background-color: rgb(236,200,83); }
div.DivClassName
{
background-color: #ECC853;
}
.BgClassName
{
background-color: #ECC853;
}
</style>
border-color css
<style>
span { border-color: #ECC853; }
span { border-color: rgb(236,200,83); }
td.TdClassName
{
border-color: #ECC853;
}
.TagClassName
{
border-color: #ECC853;
}
</style>