Shades of Golden Poppy #ECBC03
Tints of Golden Poppy #ECBC03
RGB
CMYK
RGB Variations
Color information
#ECBC03 (or 0xECBC03) is known color: Golden Poppy. HEX triplet: EC, BC and 03. RGB value is (236,188,3). Sum of RGB (Red+Green+Blue) = 236+188+3=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 3 (1.56% from 255 or 0.70% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBC03 is #1343FC. Grayscale: #B6B6B6. Windows color (decimal): -1262589 or 244972. OLE color: 244972.
HSL color Cylindrical-coordinate representation of color #ECBC03: hue angle of 47.64º degrees, saturation: 0.97, 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 #ECBC03 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 3 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.07 |
| HSL | 47.64º | 0.97% | 0.47% | - |
| HSV(B) | 47.64º | 0.99% | 0.93% | - |
| XYZ | 52.59 | 53.81 | 7.7 | - |
| YUV | 181.26 | 27.4 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 3 | 0 | 0.20 | 0.99 | 0.07 | 47.64 | 0.97 | 0.47 |
| Hex | EC | BC | 3 | 0 | 14 | 63 | 7 | 30 | 61 | 2F |
| Octal | 354 | 274 | 3 | 0 | 24 | 143 | 7 | 60 | 141 | 57 |
| Binary | 11101100 | 10111100 | 11 | 0 | 10100 | 1100011 | 111 | 110000 | 1100001 | 101111 |
Color Harmonies of #ECBC03
Complementary color
Monochromatic Colors of #ECBC03
Black with #ECBC03
Text Example
Text Example
White with #ECBC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC03; }
p { color: rgb(236,188,3); }
H1.HeaderClassName
{
color: #ECBC03;
}
.AnyTagClassName
{
color: #ECBC03;
}
</style>
background-color css
<style>
a { background-color: #ECBC03; }
a { background-color: rgb(236,188,3); }
div.DivClassName
{
background-color: #ECBC03;
}
.BgClassName
{
background-color: #ECBC03;
}
</style>
border-color css
<style>
span { border-color: #ECBC03; }
span { border-color: rgb(236,188,3); }
td.TdClassName
{
border-color: #ECBC03;
}
.TagClassName
{
border-color: #ECBC03;
}
</style>