Shades of Golden Poppy #EDC305
Tints of Golden Poppy #EDC305
RGB
CMYK
RGB Variations
Color information
#EDC305 (or 0xEDC305) is known color: Golden Poppy. HEX triplet: ED, C3 and 05. RGB value is (237,195,5). Sum of RGB (Red+Green+Blue) = 237+195+5=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC305 is #123CFA. Grayscale: #BABABA. Windows color (decimal): -1195259 or 377837. OLE color: 377837.
HSL color Cylindrical-coordinate representation of color #EDC305: hue angle of 49.14º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDC305 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 5 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.07 |
| HSL | 49.14º | 0.96% | 0.47% | - |
| HSV(B) | 49.14º | 0.98% | 0.93% | - |
| XYZ | 54.47 | 57.05 | 8.28 | - |
| YUV | 185.9 | 25.91 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 5 | 0 | 0.18 | 0.98 | 0.07 | 49.14 | 0.96 | 0.47 |
| Hex | ED | C3 | 5 | 0 | 12 | 62 | 7 | 31 | 60 | 2F |
| Octal | 355 | 303 | 5 | 0 | 22 | 142 | 7 | 61 | 140 | 57 |
| Binary | 11101101 | 11000011 | 101 | 0 | 10010 | 1100010 | 111 | 110001 | 1100000 | 101111 |
Color Harmonies of #EDC305
Complementary color
Monochromatic Colors of #EDC305
Black with #EDC305
Text Example
Text Example
White with #EDC305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC305; }
p { color: rgb(237,195,5); }
H1.HeaderClassName
{
color: #EDC305;
}
.AnyTagClassName
{
color: #EDC305;
}
</style>
background-color css
<style>
a { background-color: #EDC305; }
a { background-color: rgb(237,195,5); }
div.DivClassName
{
background-color: #EDC305;
}
.BgClassName
{
background-color: #EDC305;
}
</style>
border-color css
<style>
span { border-color: #EDC305; }
span { border-color: rgb(237,195,5); }
td.TdClassName
{
border-color: #EDC305;
}
.TagClassName
{
border-color: #EDC305;
}
</style>