Shades of Golden Poppy #EDC00B
Tints of Golden Poppy #EDC00B
RGB
CMYK
RGB Variations
Color information
#EDC00B (or 0xEDC00B) is known color: Golden Poppy. HEX triplet: ED, C0 and 0B. RGB value is (237,192,11). Sum of RGB (Red+Green+Blue) = 237+192+11=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC00B is #123FF4. Grayscale: #B9B9B9. Windows color (decimal): -1196021 or 770285. OLE color: 770285.
HSL color Cylindrical-coordinate representation of color #EDC00B: hue angle of 48.05º 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 #EDC00B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.07 |
| HSL | 48.05º | 0.91% | 0.49% | - |
| HSV(B) | 48.05º | 0.95% | 0.93% | - |
| XYZ | 53.84 | 55.73 | 8.24 | - |
| YUV | 184.82 | 29.91 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 11 | 0 | 0.19 | 0.95 | 0.07 | 48.05 | 0.91 | 0.49 |
| Hex | ED | C0 | B | 0 | 13 | 5F | 7 | 30 | 5B | 31 |
| Octal | 355 | 300 | 13 | 0 | 23 | 137 | 7 | 60 | 133 | 61 |
| Binary | 11101101 | 11000000 | 1011 | 0 | 10011 | 1011111 | 111 | 110000 | 1011011 | 110001 |
Color Harmonies of #EDC00B
Complementary color
Monochromatic Colors of #EDC00B
Black with #EDC00B
Text Example
Text Example
White with #EDC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC00B; }
p { color: rgb(237,192,11); }
H1.HeaderClassName
{
color: #EDC00B;
}
.AnyTagClassName
{
color: #EDC00B;
}
</style>
background-color css
<style>
a { background-color: #EDC00B; }
a { background-color: rgb(237,192,11); }
div.DivClassName
{
background-color: #EDC00B;
}
.BgClassName
{
background-color: #EDC00B;
}
</style>
border-color css
<style>
span { border-color: #EDC00B; }
span { border-color: rgb(237,192,11); }
td.TdClassName
{
border-color: #EDC00B;
}
.TagClassName
{
border-color: #EDC00B;
}
</style>