Shades of Cream Can #ECC04E
Tints of Cream Can #ECC04E
RGB
CMYK
RGB Variations
Color information
#ECC04E (or 0xECC04E) is known color: Cream Can. HEX triplet: EC, C0 and 4E. RGB value is (236,192,78). Sum of RGB (Red+Green+Blue) = 236+192+78=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 78 (30.86% from 255 or 15.42% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC04E is #133FB1. Grayscale: #C0C0C0. Windows color (decimal): -1261490 or 5161196. OLE color: 5161196.
HSL color Cylindrical-coordinate representation of color #ECC04E: hue angle of 43.29º 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 #ECC04E is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 78 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.07 |
| HSL | 43.29º | 0.81% | 0.62% | - |
| HSV(B) | 43.29º | 0.67% | 0.93% | - |
| XYZ | 54.82 | 56.08 | 15.14 | - |
| YUV | 192.16 | 63.58 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 78 | 0 | 0.19 | 0.67 | 0.07 | 43.29 | 0.81 | 0.62 |
| Hex | EC | C0 | 4E | 0 | 13 | 43 | 7 | 2B | 51 | 3E |
| Octal | 354 | 300 | 116 | 0 | 23 | 103 | 7 | 53 | 121 | 76 |
| Binary | 11101100 | 11000000 | 1001110 | 0 | 10011 | 1000011 | 111 | 101011 | 1010001 | 111110 |
Color Harmonies of #ECC04E
Complementary color
Monochromatic Colors of #ECC04E
Black with #ECC04E
Text Example
Text Example
White with #ECC04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC04E; }
p { color: rgb(236,192,78); }
H1.HeaderClassName
{
color: #ECC04E;
}
.AnyTagClassName
{
color: #ECC04E;
}
</style>
background-color css
<style>
a { background-color: #ECC04E; }
a { background-color: rgb(236,192,78); }
div.DivClassName
{
background-color: #ECC04E;
}
.BgClassName
{
background-color: #ECC04E;
}
</style>
border-color css
<style>
span { border-color: #ECC04E; }
span { border-color: rgb(236,192,78); }
td.TdClassName
{
border-color: #ECC04E;
}
.TagClassName
{
border-color: #ECC04E;
}
</style>