Shades of Golden Poppy #EDC603
Tints of Golden Poppy #EDC603
RGB
CMYK
RGB Variations
Color information
#EDC603 (or 0xEDC603) is known color: Golden Poppy. HEX triplet: ED, C6 and 03. RGB value is (237,198,3). Sum of RGB (Red+Green+Blue) = 237+198+3=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC603 is #1239FC. Grayscale: #BCBCBC. Windows color (decimal): -1194493 or 247533. OLE color: 247533.
HSL color Cylindrical-coordinate representation of color #EDC603: hue angle of 50º 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 #EDC603 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 3 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.07 |
| HSL | 50º | 0.98% | 0.47% | - |
| HSV(B) | 50º | 0.99% | 0.93% | - |
| XYZ | 55.14 | 58.4 | 8.45 | - |
| YUV | 187.43 | 23.92 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 3 | 0 | 0.16 | 0.99 | 0.07 | 50 | 0.98 | 0.47 |
| Hex | ED | C6 | 3 | 0 | 10 | 63 | 7 | 32 | 62 | 2F |
| Octal | 355 | 306 | 3 | 0 | 20 | 143 | 7 | 62 | 142 | 57 |
| Binary | 11101101 | 11000110 | 11 | 0 | 10000 | 1100011 | 111 | 110010 | 1100010 | 101111 |
Color Harmonies of #EDC603
Complementary color
Monochromatic Colors of #EDC603
Black with #EDC603
Text Example
Text Example
White with #EDC603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC603; }
p { color: rgb(237,198,3); }
H1.HeaderClassName
{
color: #EDC603;
}
.AnyTagClassName
{
color: #EDC603;
}
</style>
background-color css
<style>
a { background-color: #EDC603; }
a { background-color: rgb(237,198,3); }
div.DivClassName
{
background-color: #EDC603;
}
.BgClassName
{
background-color: #EDC603;
}
</style>
border-color css
<style>
span { border-color: #EDC603; }
span { border-color: rgb(237,198,3); }
td.TdClassName
{
border-color: #EDC603;
}
.TagClassName
{
border-color: #EDC603;
}
</style>