Shades of Golden Poppy #ECB709
Tints of Golden Poppy #ECB709
RGB
CMYK
RGB Variations
Color information
#ECB709 (or 0xECB709) is known color: Golden Poppy. HEX triplet: EC, B7 and 09. RGB value is (236,183,9). Sum of RGB (Red+Green+Blue) = 236+183+9=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 9 (3.91% from 255 or 2.10% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB709 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB709 is #1348F6. Grayscale: #B3B3B3. Windows color (decimal): -1263863 or 636908. OLE color: 636908.
HSL color Cylindrical-coordinate representation of color #ECB709: hue angle of 45.99º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECB709 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.07 |
| HSL | 45.99º | 0.93% | 0.48% | - |
| HSV(B) | 45.99º | 0.96% | 0.93% | - |
| XYZ | 51.57 | 51.72 | 7.52 | - |
| YUV | 179.01 | 32.06 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 9 | 0 | 0.22 | 0.96 | 0.07 | 45.99 | 0.93 | 0.48 |
| Hex | EC | B7 | 9 | 0 | 16 | 60 | 7 | 2E | 5D | 30 |
| Octal | 354 | 267 | 11 | 0 | 26 | 140 | 7 | 56 | 135 | 60 |
| Binary | 11101100 | 10110111 | 1001 | 0 | 10110 | 1100000 | 111 | 101110 | 1011101 | 110000 |
Color Harmonies of #ECB709
Complementary color
Monochromatic Colors of #ECB709
Black with #ECB709
Text Example
Text Example
White with #ECB709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB709; }
p { color: rgb(236,183,9); }
H1.HeaderClassName
{
color: #ECB709;
}
.AnyTagClassName
{
color: #ECB709;
}
</style>
background-color css
<style>
a { background-color: #ECB709; }
a { background-color: rgb(236,183,9); }
div.DivClassName
{
background-color: #ECB709;
}
.BgClassName
{
background-color: #ECB709;
}
</style>
border-color css
<style>
span { border-color: #ECB709; }
span { border-color: rgb(236,183,9); }
td.TdClassName
{
border-color: #ECB709;
}
.TagClassName
{
border-color: #ECB709;
}
</style>