Shades of Golden Poppy #ECBD00
Tints of Golden Poppy #ECBD00
RGB
CMYK
RGB Variations
Color information
#ECBD00 (or 0xECBD00) is known color: Golden Poppy. HEX triplet: EC, BD and 00. RGB value is (236,189,0). Sum of RGB (Red+Green+Blue) = 236+189+0=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBD00 is #1342FF. Grayscale: #B6B6B6. Windows color (decimal): -1262336 or 48620. OLE color: 48620.
HSL color Cylindrical-coordinate representation of color #ECBD00: hue angle of 48.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECBD00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.07 |
| HSL | 48.05º | 1% | 0.46% | - |
| HSV(B) | 48.05º | 1% | 0.93% | - |
| XYZ | 52.79 | 54.23 | 7.68 | - |
| YUV | 181.51 | 25.57 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 0 | 0 | 0.20 | 1 | 0.07 | 48.05 | 1 | 0.46 |
| Hex | EC | BD | 0 | 0 | 14 | 64 | 7 | 30 | 64 | 2E |
| Octal | 354 | 275 | 0 | 0 | 24 | 144 | 7 | 60 | 144 | 56 |
| Binary | 11101100 | 10111101 | 0 | 0 | 10100 | 1100100 | 111 | 110000 | 1100100 | 101110 |
Color Harmonies of #ECBD00
Complementary color
Monochromatic Colors of #ECBD00
Black with #ECBD00
Text Example
Text Example
White with #ECBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD00; }
p { color: rgb(236,189,0); }
H1.HeaderClassName
{
color: #ECBD00;
}
.AnyTagClassName
{
color: #ECBD00;
}
</style>
background-color css
<style>
a { background-color: #ECBD00; }
a { background-color: rgb(236,189,0); }
div.DivClassName
{
background-color: #ECBD00;
}
.BgClassName
{
background-color: #ECBD00;
}
</style>
border-color css
<style>
span { border-color: #ECBD00; }
span { border-color: rgb(236,189,0); }
td.TdClassName
{
border-color: #ECBD00;
}
.TagClassName
{
border-color: #ECBD00;
}
</style>