Shades of Cream Can #ECC64E
Tints of Cream Can #ECC64E
RGB
CMYK
RGB Variations
Color information
#ECC64E (or 0xECC64E) is known color: Cream Can. HEX triplet: EC, C6 and 4E. RGB value is (236,198,78). Sum of RGB (Red+Green+Blue) = 236+198+78=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 78 (30.86% from 255 or 15.23% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC64E is #1339B1. Grayscale: #C4C4C4. Windows color (decimal): -1259954 or 5162732. OLE color: 5162732.
HSL color Cylindrical-coordinate representation of color #ECC64E: hue angle of 45.57º 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 #ECC64E is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 78 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.07 |
| HSL | 45.57º | 0.81% | 0.62% | - |
| HSV(B) | 45.57º | 0.67% | 0.93% | - |
| XYZ | 56.16 | 58.77 | 15.59 | - |
| YUV | 195.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 78 | 0 | 0.16 | 0.67 | 0.07 | 45.57 | 0.81 | 0.62 |
| Hex | EC | C6 | 4E | 0 | 10 | 43 | 7 | 2E | 51 | 3E |
| Octal | 354 | 306 | 116 | 0 | 20 | 103 | 7 | 56 | 121 | 76 |
| Binary | 11101100 | 11000110 | 1001110 | 0 | 10000 | 1000011 | 111 | 101110 | 1010001 | 111110 |
Color Harmonies of #ECC64E
Complementary color
Monochromatic Colors of #ECC64E
Black with #ECC64E
Text Example
Text Example
White with #ECC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC64E; }
p { color: rgb(236,198,78); }
H1.HeaderClassName
{
color: #ECC64E;
}
.AnyTagClassName
{
color: #ECC64E;
}
</style>
background-color css
<style>
a { background-color: #ECC64E; }
a { background-color: rgb(236,198,78); }
div.DivClassName
{
background-color: #ECC64E;
}
.BgClassName
{
background-color: #ECC64E;
}
</style>
border-color css
<style>
span { border-color: #ECC64E; }
span { border-color: rgb(236,198,78); }
td.TdClassName
{
border-color: #ECC64E;
}
.TagClassName
{
border-color: #ECC64E;
}
</style>