Shades of Golden Poppy #EDC90B
Tints of Golden Poppy #EDC90B
RGB
CMYK
RGB Variations
Color information
#EDC90B (or 0xEDC90B) is known color: Golden Poppy. HEX triplet: ED, C9 and 0B. RGB value is (237,201,11). Sum of RGB (Red+Green+Blue) = 237+201+11=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC90B is #1236F4. Grayscale: #BEBEBE. Windows color (decimal): -1193717 or 772589. OLE color: 772589.
HSL color Cylindrical-coordinate representation of color #EDC90B: hue angle of 50.44º 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 #EDC90B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.07 |
| HSL | 50.44º | 0.91% | 0.49% | - |
| HSV(B) | 50.44º | 0.95% | 0.93% | - |
| XYZ | 55.87 | 59.8 | 8.91 | - |
| YUV | 190.1 | 26.93 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 11 | 0 | 0.15 | 0.95 | 0.07 | 50.44 | 0.91 | 0.49 |
| Hex | ED | C9 | B | 0 | F | 5F | 7 | 32 | 5B | 31 |
| Octal | 355 | 311 | 13 | 0 | 17 | 137 | 7 | 62 | 133 | 61 |
| Binary | 11101101 | 11001001 | 1011 | 0 | 1111 | 1011111 | 111 | 110010 | 1011011 | 110001 |
Color Harmonies of #EDC90B
Complementary color
Monochromatic Colors of #EDC90B
Black with #EDC90B
Text Example
Text Example
White with #EDC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC90B; }
p { color: rgb(237,201,11); }
H1.HeaderClassName
{
color: #EDC90B;
}
.AnyTagClassName
{
color: #EDC90B;
}
</style>
background-color css
<style>
a { background-color: #EDC90B; }
a { background-color: rgb(237,201,11); }
div.DivClassName
{
background-color: #EDC90B;
}
.BgClassName
{
background-color: #EDC90B;
}
</style>
border-color css
<style>
span { border-color: #EDC90B; }
span { border-color: rgb(237,201,11); }
td.TdClassName
{
border-color: #EDC90B;
}
.TagClassName
{
border-color: #EDC90B;
}
</style>