Shades of Golden Poppy #ECC401
Tints of Golden Poppy #ECC401
RGB
CMYK
RGB Variations
Color information
#ECC401 (or 0xECC401) is known color: Golden Poppy. HEX triplet: EC, C4 and 01. RGB value is (236,196,1). Sum of RGB (Red+Green+Blue) = 236+196+1=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC401 is #133BFE. Grayscale: #BABABA. Windows color (decimal): -1260543 or 115948. OLE color: 115948.
HSL color Cylindrical-coordinate representation of color #ECC401: hue angle of 49.79º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECC401 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.07 |
| HSL | 49.79º | 0.99% | 0.46% | - |
| HSV(B) | 49.79º | 1% | 0.93% | - |
| XYZ | 54.34 | 57.31 | 8.23 | - |
| YUV | 185.73 | 23.75 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 1 | 0 | 0.17 | 1.00 | 0.07 | 49.79 | 0.99 | 0.46 |
| Hex | EC | C4 | 1 | 0 | 11 | 64 | 7 | 32 | 63 | 2E |
| Octal | 354 | 304 | 1 | 0 | 21 | 144 | 7 | 62 | 143 | 56 |
| Binary | 11101100 | 11000100 | 1 | 0 | 10001 | 1100100 | 111 | 110010 | 1100011 | 101110 |
Color Harmonies of #ECC401
Complementary color
Monochromatic Colors of #ECC401
Black with #ECC401
Text Example
Text Example
White with #ECC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC401; }
p { color: rgb(236,196,1); }
H1.HeaderClassName
{
color: #ECC401;
}
.AnyTagClassName
{
color: #ECC401;
}
</style>
background-color css
<style>
a { background-color: #ECC401; }
a { background-color: rgb(236,196,1); }
div.DivClassName
{
background-color: #ECC401;
}
.BgClassName
{
background-color: #ECC401;
}
</style>
border-color css
<style>
span { border-color: #ECC401; }
span { border-color: rgb(236,196,1); }
td.TdClassName
{
border-color: #ECC401;
}
.TagClassName
{
border-color: #ECC401;
}
</style>