Shades of Golden Poppy #ECC908
Tints of Golden Poppy #ECC908
RGB
CMYK
RGB Variations
Color information
#ECC908 (or 0xECC908) is known color: Golden Poppy. HEX triplet: EC, C9 and 08. RGB value is (236,201,8). Sum of RGB (Red+Green+Blue) = 236+201+8=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 8 (3.52% from 255 or 1.80% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC908 is #1336F7. Grayscale: #BEBEBE. Windows color (decimal): -1259256 or 575980. OLE color: 575980.
HSL color Cylindrical-coordinate representation of color #ECC908: hue angle of 50.79º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECC908 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 8 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.07 |
| HSL | 50.79º | 0.93% | 0.48% | - |
| HSV(B) | 50.79º | 0.97% | 0.93% | - |
| XYZ | 55.52 | 59.62 | 8.81 | - |
| YUV | 189.46 | 25.6 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 8 | 0 | 0.15 | 0.97 | 0.07 | 50.79 | 0.93 | 0.48 |
| Hex | EC | C9 | 8 | 0 | F | 61 | 7 | 33 | 5D | 30 |
| Octal | 354 | 311 | 10 | 0 | 17 | 141 | 7 | 63 | 135 | 60 |
| Binary | 11101100 | 11001001 | 1000 | 0 | 1111 | 1100001 | 111 | 110011 | 1011101 | 110000 |
Color Harmonies of #ECC908
Complementary color
Monochromatic Colors of #ECC908
Black with #ECC908
Text Example
Text Example
White with #ECC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC908; }
p { color: rgb(236,201,8); }
H1.HeaderClassName
{
color: #ECC908;
}
.AnyTagClassName
{
color: #ECC908;
}
</style>
background-color css
<style>
a { background-color: #ECC908; }
a { background-color: rgb(236,201,8); }
div.DivClassName
{
background-color: #ECC908;
}
.BgClassName
{
background-color: #ECC908;
}
</style>
border-color css
<style>
span { border-color: #ECC908; }
span { border-color: rgb(236,201,8); }
td.TdClassName
{
border-color: #ECC908;
}
.TagClassName
{
border-color: #ECC908;
}
</style>