Shades of Golden Poppy #ECBE05
Tints of Golden Poppy #ECBE05
RGB
CMYK
RGB Variations
Color information
#ECBE05 (or 0xECBE05) is known color: Golden Poppy. HEX triplet: EC, BE and 05. RGB value is (236,190,5). Sum of RGB (Red+Green+Blue) = 236+190+5=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBE05 is #1341FA. Grayscale: #B7B7B7. Windows color (decimal): -1262075 or 376556. OLE color: 376556.
HSL color Cylindrical-coordinate representation of color #ECBE05: hue angle of 48.05º degrees, saturation: 0.96, 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 #ECBE05 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.07 |
| HSL | 48.05º | 0.96% | 0.47% | - |
| HSV(B) | 48.05º | 0.98% | 0.93% | - |
| XYZ | 53.03 | 54.67 | 7.9 | - |
| YUV | 182.66 | 27.74 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 5 | 0 | 0.19 | 0.98 | 0.07 | 48.05 | 0.96 | 0.47 |
| Hex | EC | BE | 5 | 0 | 13 | 62 | 7 | 30 | 60 | 2F |
| Octal | 354 | 276 | 5 | 0 | 23 | 142 | 7 | 60 | 140 | 57 |
| Binary | 11101100 | 10111110 | 101 | 0 | 10011 | 1100010 | 111 | 110000 | 1100000 | 101111 |
Color Harmonies of #ECBE05
Complementary color
Monochromatic Colors of #ECBE05
Black with #ECBE05
Text Example
Text Example
White with #ECBE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE05; }
p { color: rgb(236,190,5); }
H1.HeaderClassName
{
color: #ECBE05;
}
.AnyTagClassName
{
color: #ECBE05;
}
</style>
background-color css
<style>
a { background-color: #ECBE05; }
a { background-color: rgb(236,190,5); }
div.DivClassName
{
background-color: #ECBE05;
}
.BgClassName
{
background-color: #ECBE05;
}
</style>
border-color css
<style>
span { border-color: #ECBE05; }
span { border-color: rgb(236,190,5); }
td.TdClassName
{
border-color: #ECBE05;
}
.TagClassName
{
border-color: #ECBE05;
}
</style>