Shades of Golden Poppy #ECBE03
Tints of Golden Poppy #ECBE03
RGB
CMYK
RGB Variations
Color information
#ECBE03 (or 0xECBE03) is known color: Golden Poppy. HEX triplet: EC, BE and 03. RGB value is (236,190,3). Sum of RGB (Red+Green+Blue) = 236+190+3=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBE03 is #1341FC. Grayscale: #B7B7B7. Windows color (decimal): -1262077 or 245484. OLE color: 245484.
HSL color Cylindrical-coordinate representation of color #ECBE03: hue angle of 48.15º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECBE03 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.07 |
| HSL | 48.15º | 0.97% | 0.47% | - |
| HSV(B) | 48.15º | 0.99% | 0.93% | - |
| XYZ | 53.02 | 54.67 | 7.84 | - |
| YUV | 182.44 | 26.74 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 3 | 0 | 0.19 | 0.99 | 0.07 | 48.15 | 0.97 | 0.47 |
| Hex | EC | BE | 3 | 0 | 13 | 63 | 7 | 30 | 61 | 2F |
| Octal | 354 | 276 | 3 | 0 | 23 | 143 | 7 | 60 | 141 | 57 |
| Binary | 11101100 | 10111110 | 11 | 0 | 10011 | 1100011 | 111 | 110000 | 1100001 | 101111 |
Color Harmonies of #ECBE03
Complementary color
Monochromatic Colors of #ECBE03
Black with #ECBE03
Text Example
Text Example
White with #ECBE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE03; }
p { color: rgb(236,190,3); }
H1.HeaderClassName
{
color: #ECBE03;
}
.AnyTagClassName
{
color: #ECBE03;
}
</style>
background-color css
<style>
a { background-color: #ECBE03; }
a { background-color: rgb(236,190,3); }
div.DivClassName
{
background-color: #ECBE03;
}
.BgClassName
{
background-color: #ECBE03;
}
</style>
border-color css
<style>
span { border-color: #ECBE03; }
span { border-color: rgb(236,190,3); }
td.TdClassName
{
border-color: #ECBE03;
}
.TagClassName
{
border-color: #ECBE03;
}
</style>