Shades of Golden Poppy #ECC90B
Tints of Golden Poppy #ECC90B
RGB
CMYK
RGB Variations
Color information
#ECC90B (or 0xECC90B) is known color: Golden Poppy. HEX triplet: EC, C9 and 0B. RGB value is (236,201,11). Sum of RGB (Red+Green+Blue) = 236+201+11=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC90B is #1336F4. Grayscale: #BEBEBE. Windows color (decimal): -1259253 or 772588. OLE color: 772588.
HSL color Cylindrical-coordinate representation of color #ECC90B: hue angle of 50.67º 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 #ECC90B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.07 |
| HSL | 50.67º | 0.91% | 0.48% | - |
| HSV(B) | 50.67º | 0.95% | 0.93% | - |
| XYZ | 55.54 | 59.63 | 8.9 | - |
| YUV | 189.81 | 27.1 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 11 | 0 | 0.15 | 0.95 | 0.07 | 50.67 | 0.91 | 0.48 |
| Hex | EC | C9 | B | 0 | F | 5F | 7 | 33 | 5B | 30 |
| Octal | 354 | 311 | 13 | 0 | 17 | 137 | 7 | 63 | 133 | 60 |
| Binary | 11101100 | 11001001 | 1011 | 0 | 1111 | 1011111 | 111 | 110011 | 1011011 | 110000 |
Color Harmonies of #ECC90B
Complementary color
Monochromatic Colors of #ECC90B
Black with #ECC90B
Text Example
Text Example
White with #ECC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC90B; }
p { color: rgb(236,201,11); }
H1.HeaderClassName
{
color: #ECC90B;
}
.AnyTagClassName
{
color: #ECC90B;
}
</style>
background-color css
<style>
a { background-color: #ECC90B; }
a { background-color: rgb(236,201,11); }
div.DivClassName
{
background-color: #ECC90B;
}
.BgClassName
{
background-color: #ECC90B;
}
</style>
border-color css
<style>
span { border-color: #ECC90B; }
span { border-color: rgb(236,201,11); }
td.TdClassName
{
border-color: #ECC90B;
}
.TagClassName
{
border-color: #ECC90B;
}
</style>