Shades of Golden Poppy #ECBD08
Tints of Golden Poppy #ECBD08
RGB
CMYK
RGB Variations
Color information
#ECBD08 (or 0xECBD08) is known color: Golden Poppy. HEX triplet: EC, BD and 08. RGB value is (236,189,8). Sum of RGB (Red+Green+Blue) = 236+189+8=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBD08 is #1342F7. Grayscale: #B7B7B7. Windows color (decimal): -1262328 or 572908. OLE color: 572908.
HSL color Cylindrical-coordinate representation of color #ECBD08: hue angle of 47.63º 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 #ECBD08 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 8 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.07 |
| HSL | 47.63º | 0.93% | 0.48% | - |
| HSV(B) | 47.63º | 0.97% | 0.93% | - |
| XYZ | 52.83 | 54.25 | 7.92 | - |
| YUV | 182.42 | 29.57 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 8 | 0 | 0.20 | 0.97 | 0.07 | 47.63 | 0.93 | 0.48 |
| Hex | EC | BD | 8 | 0 | 14 | 61 | 7 | 30 | 5D | 30 |
| Octal | 354 | 275 | 10 | 0 | 24 | 141 | 7 | 60 | 135 | 60 |
| Binary | 11101100 | 10111101 | 1000 | 0 | 10100 | 1100001 | 111 | 110000 | 1011101 | 110000 |
Color Harmonies of #ECBD08
Complementary color
Monochromatic Colors of #ECBD08
Black with #ECBD08
Text Example
Text Example
White with #ECBD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD08; }
p { color: rgb(236,189,8); }
H1.HeaderClassName
{
color: #ECBD08;
}
.AnyTagClassName
{
color: #ECBD08;
}
</style>
background-color css
<style>
a { background-color: #ECBD08; }
a { background-color: rgb(236,189,8); }
div.DivClassName
{
background-color: #ECBD08;
}
.BgClassName
{
background-color: #ECBD08;
}
</style>
border-color css
<style>
span { border-color: #ECBD08; }
span { border-color: rgb(236,189,8); }
td.TdClassName
{
border-color: #ECBD08;
}
.TagClassName
{
border-color: #ECBD08;
}
</style>