Shades of Cream Can #ECC44E
Tints of Cream Can #ECC44E
RGB
CMYK
RGB Variations
Color information
#ECC44E (or 0xECC44E) is known color: Cream Can. HEX triplet: EC, C4 and 4E. RGB value is (236,196,78). Sum of RGB (Red+Green+Blue) = 236+196+78=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 78 (30.86% from 255 or 15.29% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC44E is #133BB1. Grayscale: #C3C3C3. Windows color (decimal): -1260466 or 5162220. OLE color: 5162220.
HSL color Cylindrical-coordinate representation of color #ECC44E: hue angle of 44.81º 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 #ECC44E is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 78 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.07 |
| HSL | 44.81º | 0.81% | 0.62% | - |
| HSV(B) | 44.81º | 0.67% | 0.93% | - |
| XYZ | 55.71 | 57.86 | 15.44 | - |
| YUV | 194.51 | 62.25 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 78 | 0 | 0.17 | 0.67 | 0.07 | 44.81 | 0.81 | 0.62 |
| Hex | EC | C4 | 4E | 0 | 11 | 43 | 7 | 2D | 51 | 3E |
| Octal | 354 | 304 | 116 | 0 | 21 | 103 | 7 | 55 | 121 | 76 |
| Binary | 11101100 | 11000100 | 1001110 | 0 | 10001 | 1000011 | 111 | 101101 | 1010001 | 111110 |
Color Harmonies of #ECC44E
Complementary color
Monochromatic Colors of #ECC44E
Black with #ECC44E
Text Example
Text Example
White with #ECC44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC44E; }
p { color: rgb(236,196,78); }
H1.HeaderClassName
{
color: #ECC44E;
}
.AnyTagClassName
{
color: #ECC44E;
}
</style>
background-color css
<style>
a { background-color: #ECC44E; }
a { background-color: rgb(236,196,78); }
div.DivClassName
{
background-color: #ECC44E;
}
.BgClassName
{
background-color: #ECC44E;
}
</style>
border-color css
<style>
span { border-color: #ECC44E; }
span { border-color: rgb(236,196,78); }
td.TdClassName
{
border-color: #ECC44E;
}
.TagClassName
{
border-color: #ECC44E;
}
</style>