Shades of Golden Poppy #ECC60B
Tints of Golden Poppy #ECC60B
RGB
CMYK
RGB Variations
Color information
#ECC60B (or 0xECC60B) is known color: Golden Poppy. HEX triplet: EC, C6 and 0B. RGB value is (236,198,11). Sum of RGB (Red+Green+Blue) = 236+198+11=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC60B is #1339F4. Grayscale: #BCBCBC. Windows color (decimal): -1260021 or 771820. OLE color: 771820.
HSL color Cylindrical-coordinate representation of color #ECC60B: hue angle of 49.87º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECC60B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 11 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.07 |
| HSL | 49.87º | 0.91% | 0.48% | - |
| HSV(B) | 49.87º | 0.95% | 0.93% | - |
| XYZ | 54.85 | 58.25 | 8.67 | - |
| YUV | 188.04 | 28.09 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 11 | 0 | 0.16 | 0.95 | 0.07 | 49.87 | 0.91 | 0.48 |
| Hex | EC | C6 | B | 0 | 10 | 5F | 7 | 32 | 5B | 30 |
| Octal | 354 | 306 | 13 | 0 | 20 | 137 | 7 | 62 | 133 | 60 |
| Binary | 11101100 | 11000110 | 1011 | 0 | 10000 | 1011111 | 111 | 110010 | 1011011 | 110000 |
Color Harmonies of #ECC60B
Complementary color
Monochromatic Colors of #ECC60B
Black with #ECC60B
Text Example
Text Example
White with #ECC60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC60B; }
p { color: rgb(236,198,11); }
H1.HeaderClassName
{
color: #ECC60B;
}
.AnyTagClassName
{
color: #ECC60B;
}
</style>
background-color css
<style>
a { background-color: #ECC60B; }
a { background-color: rgb(236,198,11); }
div.DivClassName
{
background-color: #ECC60B;
}
.BgClassName
{
background-color: #ECC60B;
}
</style>
border-color css
<style>
span { border-color: #ECC60B; }
span { border-color: rgb(236,198,11); }
td.TdClassName
{
border-color: #ECC60B;
}
.TagClassName
{
border-color: #ECC60B;
}
</style>