Shades of Golden Poppy #ECC70B
Tints of Golden Poppy #ECC70B
RGB
CMYK
RGB Variations
Color information
#ECC70B (or 0xECC70B) is known color: Golden Poppy. HEX triplet: EC, C7 and 0B. RGB value is (236,199,11). Sum of RGB (Red+Green+Blue) = 236+199+11=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC70B is #1338F4. Grayscale: #BDBDBD. Windows color (decimal): -1259765 or 772076. OLE color: 772076.
HSL color Cylindrical-coordinate representation of color #ECC70B: hue angle of 50.13º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECC70B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 11 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.07 |
| HSL | 50.13º | 0.91% | 0.48% | - |
| HSV(B) | 50.13º | 0.95% | 0.93% | - |
| XYZ | 55.08 | 58.7 | 8.74 | - |
| YUV | 188.63 | 27.76 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 11 | 0 | 0.16 | 0.95 | 0.07 | 50.13 | 0.91 | 0.48 |
| Hex | EC | C7 | B | 0 | 10 | 5F | 7 | 32 | 5B | 30 |
| Octal | 354 | 307 | 13 | 0 | 20 | 137 | 7 | 62 | 133 | 60 |
| Binary | 11101100 | 11000111 | 1011 | 0 | 10000 | 1011111 | 111 | 110010 | 1011011 | 110000 |
Color Harmonies of #ECC70B
Complementary color
Monochromatic Colors of #ECC70B
Black with #ECC70B
Text Example
Text Example
White with #ECC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC70B; }
p { color: rgb(236,199,11); }
H1.HeaderClassName
{
color: #ECC70B;
}
.AnyTagClassName
{
color: #ECC70B;
}
</style>
background-color css
<style>
a { background-color: #ECC70B; }
a { background-color: rgb(236,199,11); }
div.DivClassName
{
background-color: #ECC70B;
}
.BgClassName
{
background-color: #ECC70B;
}
</style>
border-color css
<style>
span { border-color: #ECC70B; }
span { border-color: rgb(236,199,11); }
td.TdClassName
{
border-color: #ECC70B;
}
.TagClassName
{
border-color: #ECC70B;
}
</style>