Shades of Golden Poppy #ECBC08
Tints of Golden Poppy #ECBC08
RGB
CMYK
RGB Variations
Color information
#ECBC08 (or 0xECBC08) is known color: Golden Poppy. HEX triplet: EC, BC and 08. RGB value is (236,188,8). Sum of RGB (Red+Green+Blue) = 236+188+8=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBC08 is #1343F7. Grayscale: #B6B6B6. Windows color (decimal): -1262584 or 572652. OLE color: 572652.
HSL color Cylindrical-coordinate representation of color #ECBC08: hue angle of 47.37º 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 #ECBC08 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 8 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.07 |
| HSL | 47.37º | 0.93% | 0.48% | - |
| HSV(B) | 47.37º | 0.97% | 0.93% | - |
| XYZ | 52.62 | 53.82 | 7.84 | - |
| YUV | 181.83 | 29.9 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 8 | 0 | 0.20 | 0.97 | 0.07 | 47.37 | 0.93 | 0.48 |
| Hex | EC | BC | 8 | 0 | 14 | 61 | 7 | 2F | 5D | 30 |
| Octal | 354 | 274 | 10 | 0 | 24 | 141 | 7 | 57 | 135 | 60 |
| Binary | 11101100 | 10111100 | 1000 | 0 | 10100 | 1100001 | 111 | 101111 | 1011101 | 110000 |
Color Harmonies of #ECBC08
Complementary color
Monochromatic Colors of #ECBC08
Black with #ECBC08
Text Example
Text Example
White with #ECBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC08; }
p { color: rgb(236,188,8); }
H1.HeaderClassName
{
color: #ECBC08;
}
.AnyTagClassName
{
color: #ECBC08;
}
</style>
background-color css
<style>
a { background-color: #ECBC08; }
a { background-color: rgb(236,188,8); }
div.DivClassName
{
background-color: #ECBC08;
}
.BgClassName
{
background-color: #ECBC08;
}
</style>
border-color css
<style>
span { border-color: #ECBC08; }
span { border-color: rgb(236,188,8); }
td.TdClassName
{
border-color: #ECBC08;
}
.TagClassName
{
border-color: #ECBC08;
}
</style>