Shades of Golden Poppy #ECC507
Tints of Golden Poppy #ECC507
RGB
CMYK
RGB Variations
Color information
#ECC507 (or 0xECC507) is known color: Golden Poppy. HEX triplet: EC, C5 and 07. RGB value is (236,197,7). Sum of RGB (Red+Green+Blue) = 236+197+7=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 7 (3.12% from 255 or 1.59% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC507 is #133AF8. Grayscale: #BBBBBB. Windows color (decimal): -1260281 or 509420. OLE color: 509420.
HSL color Cylindrical-coordinate representation of color #ECC507: hue angle of 49.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECC507 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.07 |
| HSL | 49.78º | 0.94% | 0.48% | - |
| HSV(B) | 49.78º | 0.97% | 0.93% | - |
| XYZ | 54.6 | 57.78 | 8.48 | - |
| YUV | 187 | 26.42 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 7 | 0 | 0.17 | 0.97 | 0.07 | 49.78 | 0.94 | 0.48 |
| Hex | EC | C5 | 7 | 0 | 11 | 61 | 7 | 32 | 5E | 30 |
| Octal | 354 | 305 | 7 | 0 | 21 | 141 | 7 | 62 | 136 | 60 |
| Binary | 11101100 | 11000101 | 111 | 0 | 10001 | 1100001 | 111 | 110010 | 1011110 | 110000 |
Color Harmonies of #ECC507
Complementary color
Monochromatic Colors of #ECC507
Black with #ECC507
Text Example
Text Example
White with #ECC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC507; }
p { color: rgb(236,197,7); }
H1.HeaderClassName
{
color: #ECC507;
}
.AnyTagClassName
{
color: #ECC507;
}
</style>
background-color css
<style>
a { background-color: #ECC507; }
a { background-color: rgb(236,197,7); }
div.DivClassName
{
background-color: #ECC507;
}
.BgClassName
{
background-color: #ECC507;
}
</style>
border-color css
<style>
span { border-color: #ECC507; }
span { border-color: rgb(236,197,7); }
td.TdClassName
{
border-color: #ECC507;
}
.TagClassName
{
border-color: #ECC507;
}
</style>