Shades of Golden Poppy #EDC702
Tints of Golden Poppy #EDC702
RGB
CMYK
RGB Variations
Color information
#EDC702 (or 0xEDC702) is known color: Golden Poppy. HEX triplet: ED, C7 and 02. RGB value is (237,199,2). Sum of RGB (Red+Green+Blue) = 237+199+2=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC702 is #1238FD. Grayscale: #BCBCBC. Windows color (decimal): -1194238 or 182253. OLE color: 182253.
HSL color Cylindrical-coordinate representation of color #EDC702: hue angle of 50.3º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDC702 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.07 |
| HSL | 50.3º | 0.98% | 0.47% | - |
| HSV(B) | 50.3º | 0.99% | 0.93% | - |
| XYZ | 55.36 | 58.86 | 8.5 | - |
| YUV | 187.9 | 23.09 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 2 | 0 | 0.16 | 0.99 | 0.07 | 50.3 | 0.98 | 0.47 |
| Hex | ED | C7 | 2 | 0 | 10 | 63 | 7 | 32 | 62 | 2F |
| Octal | 355 | 307 | 2 | 0 | 20 | 143 | 7 | 62 | 142 | 57 |
| Binary | 11101101 | 11000111 | 10 | 0 | 10000 | 1100011 | 111 | 110010 | 1100010 | 101111 |
Color Harmonies of #EDC702
Complementary color
Monochromatic Colors of #EDC702
Black with #EDC702
Text Example
Text Example
White with #EDC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC702; }
p { color: rgb(237,199,2); }
H1.HeaderClassName
{
color: #EDC702;
}
.AnyTagClassName
{
color: #EDC702;
}
</style>
background-color css
<style>
a { background-color: #EDC702; }
a { background-color: rgb(237,199,2); }
div.DivClassName
{
background-color: #EDC702;
}
.BgClassName
{
background-color: #EDC702;
}
</style>
border-color css
<style>
span { border-color: #EDC702; }
span { border-color: rgb(237,199,2); }
td.TdClassName
{
border-color: #EDC702;
}
.TagClassName
{
border-color: #EDC702;
}
</style>