Shades of Cream Can #ECC44C
Tints of Cream Can #ECC44C
RGB
CMYK
RGB Variations
Color information
#ECC44C (or 0xECC44C) is known color: Cream Can. HEX triplet: EC, C4 and 4C. RGB value is (236,196,76). Sum of RGB (Red+Green+Blue) = 236+196+76=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 76 (30.08% from 255 or 14.96% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC44C is #133BB3. Grayscale: #C2C2C2. Windows color (decimal): -1260468 or 5031148. OLE color: 5031148.
HSL color Cylindrical-coordinate representation of color #ECC44C: hue angle of 45º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECC44C is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 76 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.07 |
| HSL | 45º | 0.81% | 0.61% | - |
| HSV(B) | 45º | 0.68% | 0.93% | - |
| XYZ | 55.64 | 57.83 | 15.07 | - |
| YUV | 194.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 76 | 0 | 0.17 | 0.68 | 0.07 | 45 | 0.81 | 0.61 |
| Hex | EC | C4 | 4C | 0 | 11 | 44 | 7 | 2D | 51 | 3D |
| Octal | 354 | 304 | 114 | 0 | 21 | 104 | 7 | 55 | 121 | 75 |
| Binary | 11101100 | 11000100 | 1001100 | 0 | 10001 | 1000100 | 111 | 101101 | 1010001 | 111101 |
Color Harmonies of #ECC44C
Complementary color
Monochromatic Colors of #ECC44C
Black with #ECC44C
Text Example
Text Example
White with #ECC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC44C; }
p { color: rgb(236,196,76); }
H1.HeaderClassName
{
color: #ECC44C;
}
.AnyTagClassName
{
color: #ECC44C;
}
</style>
background-color css
<style>
a { background-color: #ECC44C; }
a { background-color: rgb(236,196,76); }
div.DivClassName
{
background-color: #ECC44C;
}
.BgClassName
{
background-color: #ECC44C;
}
</style>
border-color css
<style>
span { border-color: #ECC44C; }
span { border-color: rgb(236,196,76); }
td.TdClassName
{
border-color: #ECC44C;
}
.TagClassName
{
border-color: #ECC44C;
}
</style>