Shades of Golden Poppy #EDC30B
Tints of Golden Poppy #EDC30B
RGB
CMYK
RGB Variations
Color information
#EDC30B (or 0xEDC30B) is known color: Golden Poppy. HEX triplet: ED, C3 and 0B. RGB value is (237,195,11). Sum of RGB (Red+Green+Blue) = 237+195+11=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC30B is #123CF4. Grayscale: #BBBBBB. Windows color (decimal): -1195253 or 771053. OLE color: 771053.
HSL color Cylindrical-coordinate representation of color #EDC30B: hue angle of 48.85º 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 #EDC30B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 11 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.07 |
| HSL | 48.85º | 0.91% | 0.49% | - |
| HSV(B) | 48.85º | 0.95% | 0.93% | - |
| XYZ | 54.5 | 57.06 | 8.46 | - |
| YUV | 186.58 | 28.91 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 11 | 0 | 0.18 | 0.95 | 0.07 | 48.85 | 0.91 | 0.49 |
| Hex | ED | C3 | B | 0 | 12 | 5F | 7 | 31 | 5B | 31 |
| Octal | 355 | 303 | 13 | 0 | 22 | 137 | 7 | 61 | 133 | 61 |
| Binary | 11101101 | 11000011 | 1011 | 0 | 10010 | 1011111 | 111 | 110001 | 1011011 | 110001 |
Color Harmonies of #EDC30B
Complementary color
Monochromatic Colors of #EDC30B
Black with #EDC30B
Text Example
Text Example
White with #EDC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC30B; }
p { color: rgb(237,195,11); }
H1.HeaderClassName
{
color: #EDC30B;
}
.AnyTagClassName
{
color: #EDC30B;
}
</style>
background-color css
<style>
a { background-color: #EDC30B; }
a { background-color: rgb(237,195,11); }
div.DivClassName
{
background-color: #EDC30B;
}
.BgClassName
{
background-color: #EDC30B;
}
</style>
border-color css
<style>
span { border-color: #EDC30B; }
span { border-color: rgb(237,195,11); }
td.TdClassName
{
border-color: #EDC30B;
}
.TagClassName
{
border-color: #EDC30B;
}
</style>