Shades of Golden Poppy #ECBF01
Tints of Golden Poppy #ECBF01
RGB
CMYK
RGB Variations
Color information
#ECBF01 (or 0xECBF01) is known color: Golden Poppy. HEX triplet: EC, BF and 01. RGB value is (236,191,1). Sum of RGB (Red+Green+Blue) = 236+191+1=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBF01 is #1340FE. Grayscale: #B7B7B7. Windows color (decimal): -1261823 or 114668. OLE color: 114668.
HSL color Cylindrical-coordinate representation of color #ECBF01: hue angle of 48.51º 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 #ECBF01 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.07 |
| HSL | 48.51º | 0.99% | 0.46% | - |
| HSV(B) | 48.51º | 1% | 0.93% | - |
| XYZ | 53.23 | 55.1 | 7.86 | - |
| YUV | 182.8 | 25.41 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 1 | 0 | 0.19 | 1.00 | 0.07 | 48.51 | 0.99 | 0.46 |
| Hex | EC | BF | 1 | 0 | 13 | 64 | 7 | 31 | 63 | 2E |
| Octal | 354 | 277 | 1 | 0 | 23 | 144 | 7 | 61 | 143 | 56 |
| Binary | 11101100 | 10111111 | 1 | 0 | 10011 | 1100100 | 111 | 110001 | 1100011 | 101110 |
Color Harmonies of #ECBF01
Complementary color
Monochromatic Colors of #ECBF01
Black with #ECBF01
Text Example
Text Example
White with #ECBF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF01; }
p { color: rgb(236,191,1); }
H1.HeaderClassName
{
color: #ECBF01;
}
.AnyTagClassName
{
color: #ECBF01;
}
</style>
background-color css
<style>
a { background-color: #ECBF01; }
a { background-color: rgb(236,191,1); }
div.DivClassName
{
background-color: #ECBF01;
}
.BgClassName
{
background-color: #ECBF01;
}
</style>
border-color css
<style>
span { border-color: #ECBF01; }
span { border-color: rgb(236,191,1); }
td.TdClassName
{
border-color: #ECBF01;
}
.TagClassName
{
border-color: #ECBF01;
}
</style>