Shades of Golden Poppy #ECC40B
Tints of Golden Poppy #ECC40B
RGB
CMYK
RGB Variations
Color information
#ECC40B (or 0xECC40B) is known color: Golden Poppy. HEX triplet: EC, C4 and 0B. RGB value is (236,196,11). Sum of RGB (Red+Green+Blue) = 236+196+11=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC40B is #133BF4. Grayscale: #BBBBBB. Windows color (decimal): -1260533 or 771308. OLE color: 771308.
HSL color Cylindrical-coordinate representation of color #ECC40B: hue angle of 49.33º 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 #ECC40B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 11 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.07 |
| HSL | 49.33º | 0.91% | 0.48% | - |
| HSV(B) | 49.33º | 0.95% | 0.93% | - |
| XYZ | 54.39 | 57.34 | 8.52 | - |
| YUV | 186.87 | 28.75 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 11 | 0 | 0.17 | 0.95 | 0.07 | 49.33 | 0.91 | 0.48 |
| Hex | EC | C4 | B | 0 | 11 | 5F | 7 | 31 | 5B | 30 |
| Octal | 354 | 304 | 13 | 0 | 21 | 137 | 7 | 61 | 133 | 60 |
| Binary | 11101100 | 11000100 | 1011 | 0 | 10001 | 1011111 | 111 | 110001 | 1011011 | 110000 |
Color Harmonies of #ECC40B
Complementary color
Monochromatic Colors of #ECC40B
Black with #ECC40B
Text Example
Text Example
White with #ECC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC40B; }
p { color: rgb(236,196,11); }
H1.HeaderClassName
{
color: #ECC40B;
}
.AnyTagClassName
{
color: #ECC40B;
}
</style>
background-color css
<style>
a { background-color: #ECC40B; }
a { background-color: rgb(236,196,11); }
div.DivClassName
{
background-color: #ECC40B;
}
.BgClassName
{
background-color: #ECC40B;
}
</style>
border-color css
<style>
span { border-color: #ECC40B; }
span { border-color: rgb(236,196,11); }
td.TdClassName
{
border-color: #ECC40B;
}
.TagClassName
{
border-color: #ECC40B;
}
</style>