Shades of Cream Can #ECC24D
Tints of Cream Can #ECC24D
RGB
CMYK
RGB Variations
Color information
#ECC24D (or 0xECC24D) is known color: Cream Can. HEX triplet: EC, C2 and 4D. RGB value is (236,194,77). Sum of RGB (Red+Green+Blue) = 236+194+77=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC24D is #133DB2. Grayscale: #C1C1C1. Windows color (decimal): -1260979 or 5096172. OLE color: 5096172.
HSL color Cylindrical-coordinate representation of color #ECC24D: hue angle of 44.15º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECC24D is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 77 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.07 |
| HSL | 44.15º | 0.81% | 0.61% | - |
| HSV(B) | 44.15º | 0.67% | 0.93% | - |
| XYZ | 55.22 | 56.95 | 15.1 | - |
| YUV | 193.22 | 62.41 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 77 | 0 | 0.18 | 0.67 | 0.07 | 44.15 | 0.81 | 0.61 |
| Hex | EC | C2 | 4D | 0 | 12 | 43 | 7 | 2C | 51 | 3D |
| Octal | 354 | 302 | 115 | 0 | 22 | 103 | 7 | 54 | 121 | 75 |
| Binary | 11101100 | 11000010 | 1001101 | 0 | 10010 | 1000011 | 111 | 101100 | 1010001 | 111101 |
Color Harmonies of #ECC24D
Complementary color
Monochromatic Colors of #ECC24D
Black with #ECC24D
Text Example
Text Example
White with #ECC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC24D; }
p { color: rgb(236,194,77); }
H1.HeaderClassName
{
color: #ECC24D;
}
.AnyTagClassName
{
color: #ECC24D;
}
</style>
background-color css
<style>
a { background-color: #ECC24D; }
a { background-color: rgb(236,194,77); }
div.DivClassName
{
background-color: #ECC24D;
}
.BgClassName
{
background-color: #ECC24D;
}
</style>
border-color css
<style>
span { border-color: #ECC24D; }
span { border-color: rgb(236,194,77); }
td.TdClassName
{
border-color: #ECC24D;
}
.TagClassName
{
border-color: #ECC24D;
}
</style>