Shades of Golden Poppy #ECC600
Tints of Golden Poppy #ECC600
RGB
CMYK
RGB Variations
Color information
#ECC600 (or 0xECC600) is known color: Golden Poppy. HEX triplet: EC, C6 and 00. RGB value is (236,198,0). Sum of RGB (Red+Green+Blue) = 236+198+0=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC600 is #1339FF. Grayscale: #BBBBBB. Windows color (decimal): -1260032 or 50924. OLE color: 50924.
HSL color Cylindrical-coordinate representation of color #ECC600: hue angle of 50.34º 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 #ECC600 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.07 |
| HSL | 50.34º | 1% | 0.46% | - |
| HSV(B) | 50.34º | 1% | 0.93% | - |
| XYZ | 54.79 | 58.22 | 8.35 | - |
| YUV | 186.79 | 22.59 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 0 | 0 | 0.16 | 1 | 0.07 | 50.34 | 1 | 0.46 |
| Hex | EC | C6 | 0 | 0 | 10 | 64 | 7 | 32 | 64 | 2E |
| Octal | 354 | 306 | 0 | 0 | 20 | 144 | 7 | 62 | 144 | 56 |
| Binary | 11101100 | 11000110 | 0 | 0 | 10000 | 1100100 | 111 | 110010 | 1100100 | 101110 |
Color Harmonies of #ECC600
Complementary color
Monochromatic Colors of #ECC600
Black with #ECC600
Text Example
Text Example
White with #ECC600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC600; }
p { color: rgb(236,198,0); }
H1.HeaderClassName
{
color: #ECC600;
}
.AnyTagClassName
{
color: #ECC600;
}
</style>
background-color css
<style>
a { background-color: #ECC600; }
a { background-color: rgb(236,198,0); }
div.DivClassName
{
background-color: #ECC600;
}
.BgClassName
{
background-color: #ECC600;
}
</style>
border-color css
<style>
span { border-color: #ECC600; }
span { border-color: rgb(236,198,0); }
td.TdClassName
{
border-color: #ECC600;
}
.TagClassName
{
border-color: #ECC600;
}
</style>