Shades of Golden Poppy #ECC202
Tints of Golden Poppy #ECC202
RGB
CMYK
RGB Variations
Color information
#ECC202 (or 0xECC202) is known color: Golden Poppy. HEX triplet: EC, C2 and 02. RGB value is (236,194,2). Sum of RGB (Red+Green+Blue) = 236+194+2=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC202 is #133DFD. Grayscale: #B9B9B9. Windows color (decimal): -1261054 or 180972. OLE color: 180972.
HSL color Cylindrical-coordinate representation of color #ECC202: hue angle of 49.23º 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 #ECC202 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.07 |
| HSL | 49.23º | 0.98% | 0.47% | - |
| HSV(B) | 49.23º | 0.99% | 0.93% | - |
| XYZ | 53.89 | 56.42 | 8.11 | - |
| YUV | 184.67 | 24.91 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 2 | 0 | 0.18 | 0.99 | 0.07 | 49.23 | 0.98 | 0.47 |
| Hex | EC | C2 | 2 | 0 | 12 | 63 | 7 | 31 | 62 | 2F |
| Octal | 354 | 302 | 2 | 0 | 22 | 143 | 7 | 61 | 142 | 57 |
| Binary | 11101100 | 11000010 | 10 | 0 | 10010 | 1100011 | 111 | 110001 | 1100010 | 101111 |
Color Harmonies of #ECC202
Complementary color
Monochromatic Colors of #ECC202
Black with #ECC202
Text Example
Text Example
White with #ECC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC202; }
p { color: rgb(236,194,2); }
H1.HeaderClassName
{
color: #ECC202;
}
.AnyTagClassName
{
color: #ECC202;
}
</style>
background-color css
<style>
a { background-color: #ECC202; }
a { background-color: rgb(236,194,2); }
div.DivClassName
{
background-color: #ECC202;
}
.BgClassName
{
background-color: #ECC202;
}
</style>
border-color css
<style>
span { border-color: #ECC202; }
span { border-color: rgb(236,194,2); }
td.TdClassName
{
border-color: #ECC202;
}
.TagClassName
{
border-color: #ECC202;
}
</style>