Shades of Golden Poppy #ECC102
Tints of Golden Poppy #ECC102
RGB
CMYK
RGB Variations
Color information
#ECC102 (or 0xECC102) is known color: Golden Poppy. HEX triplet: EC, C1 and 02. RGB value is (236,193,2). Sum of RGB (Red+Green+Blue) = 236+193+2=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC102 is #133EFD. Grayscale: #B8B8B8. Windows color (decimal): -1261310 or 180716. OLE color: 180716.
HSL color Cylindrical-coordinate representation of color #ECC102: hue angle of 48.97º 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 #ECC102 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.07 |
| HSL | 48.97º | 0.98% | 0.47% | - |
| HSV(B) | 48.97º | 0.99% | 0.93% | - |
| XYZ | 53.67 | 55.98 | 8.03 | - |
| YUV | 184.08 | 25.25 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 2 | 0 | 0.18 | 0.99 | 0.07 | 48.97 | 0.98 | 0.47 |
| Hex | EC | C1 | 2 | 0 | 12 | 63 | 7 | 31 | 62 | 2F |
| Octal | 354 | 301 | 2 | 0 | 22 | 143 | 7 | 61 | 142 | 57 |
| Binary | 11101100 | 11000001 | 10 | 0 | 10010 | 1100011 | 111 | 110001 | 1100010 | 101111 |
Color Harmonies of #ECC102
Complementary color
Monochromatic Colors of #ECC102
Black with #ECC102
Text Example
Text Example
White with #ECC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC102; }
p { color: rgb(236,193,2); }
H1.HeaderClassName
{
color: #ECC102;
}
.AnyTagClassName
{
color: #ECC102;
}
</style>
background-color css
<style>
a { background-color: #ECC102; }
a { background-color: rgb(236,193,2); }
div.DivClassName
{
background-color: #ECC102;
}
.BgClassName
{
background-color: #ECC102;
}
</style>
border-color css
<style>
span { border-color: #ECC102; }
span { border-color: rgb(236,193,2); }
td.TdClassName
{
border-color: #ECC102;
}
.TagClassName
{
border-color: #ECC102;
}
</style>