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