Shades of Broom #EDD020
Tints of Broom #EDD020
RGB
CMYK
RGB Variations
Color information
#EDD020 (or 0xEDD020) is known color: Broom. HEX triplet: ED, D0 and 20. RGB value is (237,208,32). Sum of RGB (Red+Green+Blue) = 237+208+32=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD020 is #122FDF. Grayscale: #C5C5C5. Windows color (decimal): -1191904 or 2150637. OLE color: 2150637.
HSL color Cylindrical-coordinate representation of color #EDD020: hue angle of 51.51º 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 #EDD020 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 32 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.07 |
| HSL | 51.51º | 0.85% | 0.53% | - |
| HSV(B) | 51.51º | 0.86% | 0.93% | - |
| XYZ | 57.74 | 63.22 | 10.53 | - |
| YUV | 196.61 | 35.11 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 32 | 0 | 0.12 | 0.86 | 0.07 | 51.51 | 0.85 | 0.53 |
| Hex | ED | D0 | 20 | 0 | C | 56 | 7 | 34 | 55 | 35 |
| Octal | 355 | 320 | 40 | 0 | 14 | 126 | 7 | 64 | 125 | 65 |
| Binary | 11101101 | 11010000 | 100000 | 0 | 1100 | 1010110 | 111 | 110100 | 1010101 | 110101 |
Color Harmonies of #EDD020
Complementary color
Monochromatic Colors of #EDD020
Black with #EDD020
Text Example
Text Example
White with #EDD020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD020; }
p { color: rgb(237,208,32); }
H1.HeaderClassName
{
color: #EDD020;
}
.AnyTagClassName
{
color: #EDD020;
}
</style>
background-color css
<style>
a { background-color: #EDD020; }
a { background-color: rgb(237,208,32); }
div.DivClassName
{
background-color: #EDD020;
}
.BgClassName
{
background-color: #EDD020;
}
</style>
border-color css
<style>
span { border-color: #EDD020; }
span { border-color: rgb(237,208,32); }
td.TdClassName
{
border-color: #EDD020;
}
.TagClassName
{
border-color: #EDD020;
}
</style>