Shades of Golden Poppy #ECBE08
Tints of Golden Poppy #ECBE08
RGB
CMYK
RGB Variations
Color information
#ECBE08 (or 0xECBE08) is known color: Golden Poppy. HEX triplet: EC, BE and 08. RGB value is (236,190,8). Sum of RGB (Red+Green+Blue) = 236+190+8=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 8 (3.52% from 255 or 1.84% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBE08 is #1341F7. Grayscale: #B7B7B7. Windows color (decimal): -1262072 or 573164. OLE color: 573164.
HSL color Cylindrical-coordinate representation of color #ECBE08: hue angle of 47.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECBE08 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 8 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.07 |
| HSL | 47.89º | 0.93% | 0.48% | - |
| HSV(B) | 47.89º | 0.97% | 0.93% | - |
| XYZ | 53.05 | 54.68 | 7.99 | - |
| YUV | 183.01 | 29.24 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 8 | 0 | 0.19 | 0.97 | 0.07 | 47.89 | 0.93 | 0.48 |
| Hex | EC | BE | 8 | 0 | 13 | 61 | 7 | 30 | 5D | 30 |
| Octal | 354 | 276 | 10 | 0 | 23 | 141 | 7 | 60 | 135 | 60 |
| Binary | 11101100 | 10111110 | 1000 | 0 | 10011 | 1100001 | 111 | 110000 | 1011101 | 110000 |
Color Harmonies of #ECBE08
Complementary color
Monochromatic Colors of #ECBE08
Black with #ECBE08
Text Example
Text Example
White with #ECBE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE08; }
p { color: rgb(236,190,8); }
H1.HeaderClassName
{
color: #ECBE08;
}
.AnyTagClassName
{
color: #ECBE08;
}
</style>
background-color css
<style>
a { background-color: #ECBE08; }
a { background-color: rgb(236,190,8); }
div.DivClassName
{
background-color: #ECBE08;
}
.BgClassName
{
background-color: #ECBE08;
}
</style>
border-color css
<style>
span { border-color: #ECBE08; }
span { border-color: rgb(236,190,8); }
td.TdClassName
{
border-color: #ECBE08;
}
.TagClassName
{
border-color: #ECBE08;
}
</style>