Shades of Golden Poppy #ECB902
Tints of Golden Poppy #ECB902
RGB
CMYK
RGB Variations
Color information
#ECB902 (or 0xECB902) is known color: Golden Poppy. HEX triplet: EC, B9 and 02. RGB value is (236,185,2). Sum of RGB (Red+Green+Blue) = 236+185+2=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB902 is #1346FD. Grayscale: #B4B4B4. Windows color (decimal): -1263358 or 178668. OLE color: 178668.
HSL color Cylindrical-coordinate representation of color #ECB902: hue angle of 46.92º degrees, saturation: 0.98, 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 #ECB902 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.07 |
| HSL | 46.92º | 0.98% | 0.47% | - |
| HSV(B) | 46.92º | 0.99% | 0.93% | - |
| XYZ | 51.95 | 52.54 | 7.46 | - |
| YUV | 179.39 | 27.9 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 2 | 0 | 0.22 | 0.99 | 0.07 | 46.92 | 0.98 | 0.47 |
| Hex | EC | B9 | 2 | 0 | 16 | 63 | 7 | 2F | 62 | 2F |
| Octal | 354 | 271 | 2 | 0 | 26 | 143 | 7 | 57 | 142 | 57 |
| Binary | 11101100 | 10111001 | 10 | 0 | 10110 | 1100011 | 111 | 101111 | 1100010 | 101111 |
Color Harmonies of #ECB902
Complementary color
Monochromatic Colors of #ECB902
Black with #ECB902
Text Example
Text Example
White with #ECB902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB902; }
p { color: rgb(236,185,2); }
H1.HeaderClassName
{
color: #ECB902;
}
.AnyTagClassName
{
color: #ECB902;
}
</style>
background-color css
<style>
a { background-color: #ECB902; }
a { background-color: rgb(236,185,2); }
div.DivClassName
{
background-color: #ECB902;
}
.BgClassName
{
background-color: #ECB902;
}
</style>
border-color css
<style>
span { border-color: #ECB902; }
span { border-color: rgb(236,185,2); }
td.TdClassName
{
border-color: #ECB902;
}
.TagClassName
{
border-color: #ECB902;
}
</style>