Shades of Golden Poppy #ECB90B
Tints of Golden Poppy #ECB90B
RGB
CMYK
RGB Variations
Color information
#ECB90B (or 0xECB90B) is known color: Golden Poppy. HEX triplet: EC, B9 and 0B. RGB value is (236,185,11). Sum of RGB (Red+Green+Blue) = 236+185+11=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB90B is #1346F4. Grayscale: #B5B5B5. Windows color (decimal): -1263349 or 768492. OLE color: 768492.
HSL color Cylindrical-coordinate representation of color #ECB90B: hue angle of 46.4º 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 #ECB90B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 11 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.07 |
| HSL | 46.4º | 0.91% | 0.48% | - |
| HSV(B) | 46.4º | 0.95% | 0.93% | - |
| XYZ | 52 | 52.55 | 7.72 | - |
| YUV | 180.41 | 32.4 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 11 | 0 | 0.22 | 0.95 | 0.07 | 46.4 | 0.91 | 0.48 |
| Hex | EC | B9 | B | 0 | 16 | 5F | 7 | 2E | 5B | 30 |
| Octal | 354 | 271 | 13 | 0 | 26 | 137 | 7 | 56 | 133 | 60 |
| Binary | 11101100 | 10111001 | 1011 | 0 | 10110 | 1011111 | 111 | 101110 | 1011011 | 110000 |
Color Harmonies of #ECB90B
Complementary color
Monochromatic Colors of #ECB90B
Black with #ECB90B
Text Example
Text Example
White with #ECB90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB90B; }
p { color: rgb(236,185,11); }
H1.HeaderClassName
{
color: #ECB90B;
}
.AnyTagClassName
{
color: #ECB90B;
}
</style>
background-color css
<style>
a { background-color: #ECB90B; }
a { background-color: rgb(236,185,11); }
div.DivClassName
{
background-color: #ECB90B;
}
.BgClassName
{
background-color: #ECB90B;
}
</style>
border-color css
<style>
span { border-color: #ECB90B; }
span { border-color: rgb(236,185,11); }
td.TdClassName
{
border-color: #ECB90B;
}
.TagClassName
{
border-color: #ECB90B;
}
</style>