Shades of Broom #EDD021
Tints of Broom #EDD021
RGB
CMYK
RGB Variations
Color information
#EDD021 (or 0xEDD021) is known color: Broom. HEX triplet: ED, D0 and 21. RGB value is (237,208,33). Sum of RGB (Red+Green+Blue) = 237+208+33=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 33 (13.28% from 255 or 6.90% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD021 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD021 is #122FDE. Grayscale: #C5C5C5. Windows color (decimal): -1191903 or 2216173. OLE color: 2216173.
HSL color Cylindrical-coordinate representation of color #EDD021: hue angle of 51.47º 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 #EDD021 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 33 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.07 |
| HSL | 51.47º | 0.85% | 0.53% | - |
| HSV(B) | 51.47º | 0.86% | 0.93% | - |
| XYZ | 57.76 | 63.23 | 10.6 | - |
| YUV | 196.72 | 35.61 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 33 | 0 | 0.12 | 0.86 | 0.07 | 51.47 | 0.85 | 0.53 |
| Hex | ED | D0 | 21 | 0 | C | 56 | 7 | 33 | 55 | 35 |
| Octal | 355 | 320 | 41 | 0 | 14 | 126 | 7 | 63 | 125 | 65 |
| Binary | 11101101 | 11010000 | 100001 | 0 | 1100 | 1010110 | 111 | 110011 | 1010101 | 110101 |
Color Harmonies of #EDD021
Complementary color
Monochromatic Colors of #EDD021
Black with #EDD021
Text Example
Text Example
White with #EDD021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD021; }
p { color: rgb(237,208,33); }
H1.HeaderClassName
{
color: #EDD021;
}
.AnyTagClassName
{
color: #EDD021;
}
</style>
background-color css
<style>
a { background-color: #EDD021; }
a { background-color: rgb(237,208,33); }
div.DivClassName
{
background-color: #EDD021;
}
.BgClassName
{
background-color: #EDD021;
}
</style>
border-color css
<style>
span { border-color: #EDD021; }
span { border-color: rgb(237,208,33); }
td.TdClassName
{
border-color: #EDD021;
}
.TagClassName
{
border-color: #EDD021;
}
</style>