Shades of Golden Poppy #ECC307
Tints of Golden Poppy #ECC307
RGB
CMYK
RGB Variations
Color information
#ECC307 (or 0xECC307) is known color: Golden Poppy. HEX triplet: EC, C3 and 07. RGB value is (236,195,7). Sum of RGB (Red+Green+Blue) = 236+195+7=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 7 (3.12% from 255 or 1.60% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC307 is #133CF8. Grayscale: #BABABA. Windows color (decimal): -1260793 or 508908. OLE color: 508908.
HSL color Cylindrical-coordinate representation of color #ECC307: hue angle of 49.26º 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 #ECC307 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.07 |
| HSL | 49.26º | 0.94% | 0.48% | - |
| HSV(B) | 49.26º | 0.97% | 0.93% | - |
| XYZ | 54.15 | 56.88 | 8.33 | - |
| YUV | 185.83 | 27.08 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 7 | 0 | 0.17 | 0.97 | 0.07 | 49.26 | 0.94 | 0.48 |
| Hex | EC | C3 | 7 | 0 | 11 | 61 | 7 | 31 | 5E | 30 |
| Octal | 354 | 303 | 7 | 0 | 21 | 141 | 7 | 61 | 136 | 60 |
| Binary | 11101100 | 11000011 | 111 | 0 | 10001 | 1100001 | 111 | 110001 | 1011110 | 110000 |
Color Harmonies of #ECC307
Complementary color
Monochromatic Colors of #ECC307
Black with #ECC307
Text Example
Text Example
White with #ECC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC307; }
p { color: rgb(236,195,7); }
H1.HeaderClassName
{
color: #ECC307;
}
.AnyTagClassName
{
color: #ECC307;
}
</style>
background-color css
<style>
a { background-color: #ECC307; }
a { background-color: rgb(236,195,7); }
div.DivClassName
{
background-color: #ECC307;
}
.BgClassName
{
background-color: #ECC307;
}
</style>
border-color css
<style>
span { border-color: #ECC307; }
span { border-color: rgb(236,195,7); }
td.TdClassName
{
border-color: #ECC307;
}
.TagClassName
{
border-color: #ECC307;
}
</style>