Shades of Golden Poppy #EDB80B
Tints of Golden Poppy #EDB80B
RGB
CMYK
RGB Variations
Color information
#EDB80B (or 0xEDB80B) is known color: Golden Poppy. HEX triplet: ED, B8 and 0B. RGB value is (237,184,11). Sum of RGB (Red+Green+Blue) = 237+184+11=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB80B is #1247F4. Grayscale: #B4B4B4. Windows color (decimal): -1198069 or 768237. OLE color: 768237.
HSL color Cylindrical-coordinate representation of color #EDB80B: hue angle of 45.93º 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 #EDB80B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 11 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.07 |
| HSL | 45.93º | 0.91% | 0.49% | - |
| HSV(B) | 45.93º | 0.95% | 0.93% | - |
| XYZ | 52.13 | 52.31 | 7.67 | - |
| YUV | 180.13 | 32.56 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 11 | 0 | 0.22 | 0.95 | 0.07 | 45.93 | 0.91 | 0.49 |
| Hex | ED | B8 | B | 0 | 16 | 5F | 7 | 2E | 5B | 31 |
| Octal | 355 | 270 | 13 | 0 | 26 | 137 | 7 | 56 | 133 | 61 |
| Binary | 11101101 | 10111000 | 1011 | 0 | 10110 | 1011111 | 111 | 101110 | 1011011 | 110001 |
Color Harmonies of #EDB80B
Complementary color
Monochromatic Colors of #EDB80B
Black with #EDB80B
Text Example
Text Example
White with #EDB80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB80B; }
p { color: rgb(237,184,11); }
H1.HeaderClassName
{
color: #EDB80B;
}
.AnyTagClassName
{
color: #EDB80B;
}
</style>
background-color css
<style>
a { background-color: #EDB80B; }
a { background-color: rgb(237,184,11); }
div.DivClassName
{
background-color: #EDB80B;
}
.BgClassName
{
background-color: #EDB80B;
}
</style>
border-color css
<style>
span { border-color: #EDB80B; }
span { border-color: rgb(237,184,11); }
td.TdClassName
{
border-color: #EDB80B;
}
.TagClassName
{
border-color: #EDB80B;
}
</style>