Shades of Golden Poppy #EDB700
Tints of Golden Poppy #EDB700
RGB
CMYK
RGB Variations
Color information
#EDB700 (or 0xEDB700) is known color: Golden Poppy. HEX triplet: ED, B7 and 00. RGB value is (237,183,0). Sum of RGB (Red+Green+Blue) = 237+183+0=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB700 is #1248FF. Grayscale: #B3B3B3. Windows color (decimal): -1198336 or 47085. OLE color: 47085.
HSL color Cylindrical-coordinate representation of color #EDB700: hue angle of 46.33º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDB700 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.07 |
| HSL | 46.33º | 1% | 0.46% | - |
| HSV(B) | 46.33º | 1% | 0.93% | - |
| XYZ | 51.86 | 51.87 | 7.28 | - |
| YUV | 178.28 | 27.39 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 0 | 0 | 0.23 | 1 | 0.07 | 46.33 | 1 | 0.46 |
| Hex | ED | B7 | 0 | 0 | 17 | 64 | 7 | 2E | 64 | 2E |
| Octal | 355 | 267 | 0 | 0 | 27 | 144 | 7 | 56 | 144 | 56 |
| Binary | 11101101 | 10110111 | 0 | 0 | 10111 | 1100100 | 111 | 101110 | 1100100 | 101110 |
Color Harmonies of #EDB700
Complementary color
Monochromatic Colors of #EDB700
Black with #EDB700
Text Example
Text Example
White with #EDB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB700; }
p { color: rgb(237,183,0); }
H1.HeaderClassName
{
color: #EDB700;
}
.AnyTagClassName
{
color: #EDB700;
}
</style>
background-color css
<style>
a { background-color: #EDB700; }
a { background-color: rgb(237,183,0); }
div.DivClassName
{
background-color: #EDB700;
}
.BgClassName
{
background-color: #EDB700;
}
</style>
border-color css
<style>
span { border-color: #EDB700; }
span { border-color: rgb(237,183,0); }
td.TdClassName
{
border-color: #EDB700;
}
.TagClassName
{
border-color: #EDB700;
}
</style>