Shades of Cream Can #ECC24F
Tints of Cream Can #ECC24F
RGB
CMYK
RGB Variations
Color information
#ECC24F (or 0xECC24F) is known color: Cream Can. HEX triplet: EC, C2 and 4F. RGB value is (236,194,79). Sum of RGB (Red+Green+Blue) = 236+194+79=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 79 (31.25% from 255 or 15.52% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC24F is #133DB0. Grayscale: #C1C1C1. Windows color (decimal): -1260977 or 5227244. OLE color: 5227244.
HSL color Cylindrical-coordinate representation of color #ECC24F: hue angle of 43.95º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECC24F is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 79 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.07 |
| HSL | 43.95º | 0.81% | 0.62% | - |
| HSV(B) | 43.95º | 0.67% | 0.93% | - |
| XYZ | 55.3 | 56.98 | 15.48 | - |
| YUV | 193.45 | 63.41 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 79 | 0 | 0.18 | 0.67 | 0.07 | 43.95 | 0.81 | 0.62 |
| Hex | EC | C2 | 4F | 0 | 12 | 43 | 7 | 2C | 51 | 3E |
| Octal | 354 | 302 | 117 | 0 | 22 | 103 | 7 | 54 | 121 | 76 |
| Binary | 11101100 | 11000010 | 1001111 | 0 | 10010 | 1000011 | 111 | 101100 | 1010001 | 111110 |
Color Harmonies of #ECC24F
Complementary color
Monochromatic Colors of #ECC24F
Black with #ECC24F
Text Example
Text Example
White with #ECC24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC24F; }
p { color: rgb(236,194,79); }
H1.HeaderClassName
{
color: #ECC24F;
}
.AnyTagClassName
{
color: #ECC24F;
}
</style>
background-color css
<style>
a { background-color: #ECC24F; }
a { background-color: rgb(236,194,79); }
div.DivClassName
{
background-color: #ECC24F;
}
.BgClassName
{
background-color: #ECC24F;
}
</style>
border-color css
<style>
span { border-color: #ECC24F; }
span { border-color: rgb(236,194,79); }
td.TdClassName
{
border-color: #ECC24F;
}
.TagClassName
{
border-color: #ECC24F;
}
</style>