Shades of Golden Poppy #ECBA01
Tints of Golden Poppy #ECBA01
RGB
CMYK
RGB Variations
Color information
#ECBA01 (or 0xECBA01) is known color: Golden Poppy. HEX triplet: EC, BA and 01. RGB value is (236,186,1). Sum of RGB (Red+Green+Blue) = 236+186+1=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBA01 is #1345FE. Grayscale: #B4B4B4. Windows color (decimal): -1263103 or 113388. OLE color: 113388.
HSL color Cylindrical-coordinate representation of color #ECBA01: hue angle of 47.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECBA01 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 1 | - |
| CMYK | 0 | 0.21 | 1.00 | 0.07 |
| HSL | 47.23º | 0.99% | 0.46% | - |
| HSV(B) | 47.23º | 1% | 0.93% | - |
| XYZ | 52.16 | 52.95 | 7.5 | - |
| YUV | 179.86 | 27.07 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 1 | 0 | 0.21 | 1.00 | 0.07 | 47.23 | 0.99 | 0.46 |
| Hex | EC | BA | 1 | 0 | 15 | 64 | 7 | 2F | 63 | 2E |
| Octal | 354 | 272 | 1 | 0 | 25 | 144 | 7 | 57 | 143 | 56 |
| Binary | 11101100 | 10111010 | 1 | 0 | 10101 | 1100100 | 111 | 101111 | 1100011 | 101110 |
Color Harmonies of #ECBA01
Complementary color
Monochromatic Colors of #ECBA01
Black with #ECBA01
Text Example
Text Example
White with #ECBA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA01; }
p { color: rgb(236,186,1); }
H1.HeaderClassName
{
color: #ECBA01;
}
.AnyTagClassName
{
color: #ECBA01;
}
</style>
background-color css
<style>
a { background-color: #ECBA01; }
a { background-color: rgb(236,186,1); }
div.DivClassName
{
background-color: #ECBA01;
}
.BgClassName
{
background-color: #ECBA01;
}
</style>
border-color css
<style>
span { border-color: #ECBA01; }
span { border-color: rgb(236,186,1); }
td.TdClassName
{
border-color: #ECBA01;
}
.TagClassName
{
border-color: #ECBA01;
}
</style>