Shades of Broom #EDD120
Tints of Broom #EDD120
RGB
CMYK
RGB Variations
Color information
#EDD120 (or 0xEDD120) is known color: Broom. HEX triplet: ED, D1 and 20. RGB value is (237,209,32). Sum of RGB (Red+Green+Blue) = 237+209+32=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD120 is #122EDF. Grayscale: #C5C5C5. Windows color (decimal): -1191648 or 2150893. OLE color: 2150893.
HSL color Cylindrical-coordinate representation of color #EDD120: hue angle of 51.8º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDD120 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 32 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.07 |
| HSL | 51.8º | 0.85% | 0.53% | - |
| HSV(B) | 51.8º | 0.86% | 0.93% | - |
| XYZ | 57.99 | 63.71 | 10.61 | - |
| YUV | 197.19 | 34.78 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 32 | 0 | 0.12 | 0.86 | 0.07 | 51.8 | 0.85 | 0.53 |
| Hex | ED | D1 | 20 | 0 | C | 56 | 7 | 34 | 55 | 35 |
| Octal | 355 | 321 | 40 | 0 | 14 | 126 | 7 | 64 | 125 | 65 |
| Binary | 11101101 | 11010001 | 100000 | 0 | 1100 | 1010110 | 111 | 110100 | 1010101 | 110101 |
Color Harmonies of #EDD120
Complementary color
Monochromatic Colors of #EDD120
Black with #EDD120
Text Example
Text Example
White with #EDD120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD120; }
p { color: rgb(237,209,32); }
H1.HeaderClassName
{
color: #EDD120;
}
.AnyTagClassName
{
color: #EDD120;
}
</style>
background-color css
<style>
a { background-color: #EDD120; }
a { background-color: rgb(237,209,32); }
div.DivClassName
{
background-color: #EDD120;
}
.BgClassName
{
background-color: #EDD120;
}
</style>
border-color css
<style>
span { border-color: #EDD120; }
span { border-color: rgb(237,209,32); }
td.TdClassName
{
border-color: #EDD120;
}
.TagClassName
{
border-color: #EDD120;
}
</style>