Shades of Golden Poppy #ECBD04
Tints of Golden Poppy #ECBD04
RGB
CMYK
RGB Variations
Color information
#ECBD04 (or 0xECBD04) is known color: Golden Poppy. HEX triplet: EC, BD and 04. RGB value is (236,189,4). Sum of RGB (Red+Green+Blue) = 236+189+4=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBD04 is #1342FB. Grayscale: #B6B6B6. Windows color (decimal): -1262332 or 310764. OLE color: 310764.
HSL color Cylindrical-coordinate representation of color #ECBD04: hue angle of 47.84º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECBD04 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.07 |
| HSL | 47.84º | 0.97% | 0.47% | - |
| HSV(B) | 47.84º | 0.98% | 0.93% | - |
| XYZ | 52.81 | 54.24 | 7.8 | - |
| YUV | 181.96 | 27.57 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 4 | 0 | 0.20 | 0.98 | 0.07 | 47.84 | 0.97 | 0.47 |
| Hex | EC | BD | 4 | 0 | 14 | 62 | 7 | 30 | 61 | 2F |
| Octal | 354 | 275 | 4 | 0 | 24 | 142 | 7 | 60 | 141 | 57 |
| Binary | 11101100 | 10111101 | 100 | 0 | 10100 | 1100010 | 111 | 110000 | 1100001 | 101111 |
Color Harmonies of #ECBD04
Complementary color
Monochromatic Colors of #ECBD04
Black with #ECBD04
Text Example
Text Example
White with #ECBD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD04; }
p { color: rgb(236,189,4); }
H1.HeaderClassName
{
color: #ECBD04;
}
.AnyTagClassName
{
color: #ECBD04;
}
</style>
background-color css
<style>
a { background-color: #ECBD04; }
a { background-color: rgb(236,189,4); }
div.DivClassName
{
background-color: #ECBD04;
}
.BgClassName
{
background-color: #ECBD04;
}
</style>
border-color css
<style>
span { border-color: #ECBD04; }
span { border-color: rgb(236,189,4); }
td.TdClassName
{
border-color: #ECBD04;
}
.TagClassName
{
border-color: #ECBD04;
}
</style>