Shades of Golden Poppy #ECC300
Tints of Golden Poppy #ECC300
RGB
CMYK
RGB Variations
Color information
#ECC300 (or 0xECC300) is known color: Golden Poppy. HEX triplet: EC, C3 and 00. RGB value is (236,195,0). Sum of RGB (Red+Green+Blue) = 236+195+0=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC300 is #133CFF. Grayscale: #B9B9B9. Windows color (decimal): -1260800 or 50156. OLE color: 50156.
HSL color Cylindrical-coordinate representation of color #ECC300: hue angle of 49.58º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECC300 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.07 |
| HSL | 49.58º | 1% | 0.46% | - |
| HSV(B) | 49.58º | 1% | 0.93% | - |
| XYZ | 54.11 | 56.86 | 8.12 | - |
| YUV | 185.03 | 23.58 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 0 | 0 | 0.17 | 1 | 0.07 | 49.58 | 1 | 0.46 |
| Hex | EC | C3 | 0 | 0 | 11 | 64 | 7 | 32 | 64 | 2E |
| Octal | 354 | 303 | 0 | 0 | 21 | 144 | 7 | 62 | 144 | 56 |
| Binary | 11101100 | 11000011 | 0 | 0 | 10001 | 1100100 | 111 | 110010 | 1100100 | 101110 |
Color Harmonies of #ECC300
Complementary color
Monochromatic Colors of #ECC300
Black with #ECC300
Text Example
Text Example
White with #ECC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC300; }
p { color: rgb(236,195,0); }
H1.HeaderClassName
{
color: #ECC300;
}
.AnyTagClassName
{
color: #ECC300;
}
</style>
background-color css
<style>
a { background-color: #ECC300; }
a { background-color: rgb(236,195,0); }
div.DivClassName
{
background-color: #ECC300;
}
.BgClassName
{
background-color: #ECC300;
}
</style>
border-color css
<style>
span { border-color: #ECC300; }
span { border-color: rgb(236,195,0); }
td.TdClassName
{
border-color: #ECC300;
}
.TagClassName
{
border-color: #ECC300;
}
</style>