Shades of Golden Poppy #ECC902
Tints of Golden Poppy #ECC902
RGB
CMYK
RGB Variations
Color information
#ECC902 (or 0xECC902) is known color: Golden Poppy. HEX triplet: EC, C9 and 02. RGB value is (236,201,2). Sum of RGB (Red+Green+Blue) = 236+201+2=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC902 is #1336FD. Grayscale: #BDBDBD. Windows color (decimal): -1259262 or 182764. OLE color: 182764.
HSL color Cylindrical-coordinate representation of color #ECC902: hue angle of 51.03º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECC902 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.07 |
| HSL | 51.03º | 0.98% | 0.47% | - |
| HSV(B) | 51.03º | 0.99% | 0.93% | - |
| XYZ | 55.49 | 59.61 | 8.64 | - |
| YUV | 188.78 | 22.6 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 2 | 0 | 0.15 | 0.99 | 0.07 | 51.03 | 0.98 | 0.47 |
| Hex | EC | C9 | 2 | 0 | F | 63 | 7 | 33 | 62 | 2F |
| Octal | 354 | 311 | 2 | 0 | 17 | 143 | 7 | 63 | 142 | 57 |
| Binary | 11101100 | 11001001 | 10 | 0 | 1111 | 1100011 | 111 | 110011 | 1100010 | 101111 |
Color Harmonies of #ECC902
Complementary color
Monochromatic Colors of #ECC902
Black with #ECC902
Text Example
Text Example
White with #ECC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC902; }
p { color: rgb(236,201,2); }
H1.HeaderClassName
{
color: #ECC902;
}
.AnyTagClassName
{
color: #ECC902;
}
</style>
background-color css
<style>
a { background-color: #ECC902; }
a { background-color: rgb(236,201,2); }
div.DivClassName
{
background-color: #ECC902;
}
.BgClassName
{
background-color: #ECC902;
}
</style>
border-color css
<style>
span { border-color: #ECC902; }
span { border-color: rgb(236,201,2); }
td.TdClassName
{
border-color: #ECC902;
}
.TagClassName
{
border-color: #ECC902;
}
</style>