Shades of Cream Can #ECC24A
Tints of Cream Can #ECC24A
RGB
CMYK
RGB Variations
Color information
#ECC24A (or 0xECC24A) is known color: Cream Can. HEX triplet: EC, C2 and 4A. RGB value is (236,194,74). Sum of RGB (Red+Green+Blue) = 236+194+74=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC24A is #133DB5. Grayscale: #C1C1C1. Windows color (decimal): -1260982 or 4899564. OLE color: 4899564.
HSL color Cylindrical-coordinate representation of color #ECC24A: hue angle of 44.44º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECC24A is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 74 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.07 |
| HSL | 44.44º | 0.81% | 0.61% | - |
| HSV(B) | 44.44º | 0.69% | 0.93% | - |
| XYZ | 55.12 | 56.91 | 14.56 | - |
| YUV | 192.88 | 60.91 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 74 | 0 | 0.18 | 0.69 | 0.07 | 44.44 | 0.81 | 0.61 |
| Hex | EC | C2 | 4A | 0 | 12 | 45 | 7 | 2C | 51 | 3D |
| Octal | 354 | 302 | 112 | 0 | 22 | 105 | 7 | 54 | 121 | 75 |
| Binary | 11101100 | 11000010 | 1001010 | 0 | 10010 | 1000101 | 111 | 101100 | 1010001 | 111101 |
Color Harmonies of #ECC24A
Complementary color
Monochromatic Colors of #ECC24A
Black with #ECC24A
Text Example
Text Example
White with #ECC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC24A; }
p { color: rgb(236,194,74); }
H1.HeaderClassName
{
color: #ECC24A;
}
.AnyTagClassName
{
color: #ECC24A;
}
</style>
background-color css
<style>
a { background-color: #ECC24A; }
a { background-color: rgb(236,194,74); }
div.DivClassName
{
background-color: #ECC24A;
}
.BgClassName
{
background-color: #ECC24A;
}
</style>
border-color css
<style>
span { border-color: #ECC24A; }
span { border-color: rgb(236,194,74); }
td.TdClassName
{
border-color: #ECC24A;
}
.TagClassName
{
border-color: #ECC24A;
}
</style>