Shades of Golden Poppy #EDC70B
Tints of Golden Poppy #EDC70B
RGB
CMYK
RGB Variations
Color information
#EDC70B (or 0xEDC70B) is known color: Golden Poppy. HEX triplet: ED, C7 and 0B. RGB value is (237,199,11). Sum of RGB (Red+Green+Blue) = 237+199+11=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC70B is #1238F4. Grayscale: #BDBDBD. Windows color (decimal): -1194229 or 772077. OLE color: 772077.
HSL color Cylindrical-coordinate representation of color #EDC70B: hue angle of 49.91º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDC70B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 11 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.07 |
| HSL | 49.91º | 0.91% | 0.49% | - |
| HSV(B) | 49.91º | 0.95% | 0.93% | - |
| XYZ | 55.41 | 58.88 | 8.76 | - |
| YUV | 188.93 | 27.59 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 11 | 0 | 0.16 | 0.95 | 0.07 | 49.91 | 0.91 | 0.49 |
| Hex | ED | C7 | B | 0 | 10 | 5F | 7 | 32 | 5B | 31 |
| Octal | 355 | 307 | 13 | 0 | 20 | 137 | 7 | 62 | 133 | 61 |
| Binary | 11101101 | 11000111 | 1011 | 0 | 10000 | 1011111 | 111 | 110010 | 1011011 | 110001 |
Color Harmonies of #EDC70B
Complementary color
Monochromatic Colors of #EDC70B
Black with #EDC70B
Text Example
Text Example
White with #EDC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC70B; }
p { color: rgb(237,199,11); }
H1.HeaderClassName
{
color: #EDC70B;
}
.AnyTagClassName
{
color: #EDC70B;
}
</style>
background-color css
<style>
a { background-color: #EDC70B; }
a { background-color: rgb(237,199,11); }
div.DivClassName
{
background-color: #EDC70B;
}
.BgClassName
{
background-color: #EDC70B;
}
</style>
border-color css
<style>
span { border-color: #EDC70B; }
span { border-color: rgb(237,199,11); }
td.TdClassName
{
border-color: #EDC70B;
}
.TagClassName
{
border-color: #EDC70B;
}
</style>