Shades of Golden Poppy #ECBE0B
Tints of Golden Poppy #ECBE0B
RGB
CMYK
RGB Variations
Color information
#ECBE0B (or 0xECBE0B) is known color: Golden Poppy. HEX triplet: EC, BE and 0B. RGB value is (236,190,11). Sum of RGB (Red+Green+Blue) = 236+190+11=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 11 (4.69% from 255 or 2.52% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBE0B is #1341F4. Grayscale: #B8B8B8. Windows color (decimal): -1262069 or 769772. OLE color: 769772.
HSL color Cylindrical-coordinate representation of color #ECBE0B: hue angle of 47.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECBE0B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.07 |
| HSL | 47.73º | 0.91% | 0.48% | - |
| HSV(B) | 47.73º | 0.95% | 0.93% | - |
| XYZ | 53.07 | 54.68 | 8.07 | - |
| YUV | 183.35 | 30.74 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 11 | 0 | 0.19 | 0.95 | 0.07 | 47.73 | 0.91 | 0.48 |
| Hex | EC | BE | B | 0 | 13 | 5F | 7 | 30 | 5B | 30 |
| Octal | 354 | 276 | 13 | 0 | 23 | 137 | 7 | 60 | 133 | 60 |
| Binary | 11101100 | 10111110 | 1011 | 0 | 10011 | 1011111 | 111 | 110000 | 1011011 | 110000 |
Color Harmonies of #ECBE0B
Complementary color
Monochromatic Colors of #ECBE0B
Black with #ECBE0B
Text Example
Text Example
White with #ECBE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE0B; }
p { color: rgb(236,190,11); }
H1.HeaderClassName
{
color: #ECBE0B;
}
.AnyTagClassName
{
color: #ECBE0B;
}
</style>
background-color css
<style>
a { background-color: #ECBE0B; }
a { background-color: rgb(236,190,11); }
div.DivClassName
{
background-color: #ECBE0B;
}
.BgClassName
{
background-color: #ECBE0B;
}
</style>
border-color css
<style>
span { border-color: #ECBE0B; }
span { border-color: rgb(236,190,11); }
td.TdClassName
{
border-color: #ECBE0B;
}
.TagClassName
{
border-color: #ECBE0B;
}
</style>