Shades of Broom #EDD521
Tints of Broom #EDD521
RGB
CMYK
RGB Variations
Color information
#EDD521 (or 0xEDD521) is known color: Broom. HEX triplet: ED, D5 and 21. RGB value is (237,213,33). Sum of RGB (Red+Green+Blue) = 237+213+33=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 33 (13.28% from 255 or 6.83% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD521 is #122ADE. Grayscale: #C8C8C8. Windows color (decimal): -1190623 or 2217453. OLE color: 2217453.
HSL color Cylindrical-coordinate representation of color #EDD521: hue angle of 52.94º 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 #EDD521 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 33 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.07 |
| HSL | 52.94º | 0.85% | 0.53% | - |
| HSV(B) | 52.94º | 0.86% | 0.93% | - |
| XYZ | 58.99 | 65.7 | 11.01 | - |
| YUV | 199.66 | 33.95 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 33 | 0 | 0.10 | 0.86 | 0.07 | 52.94 | 0.85 | 0.53 |
| Hex | ED | D5 | 21 | 0 | A | 56 | 7 | 35 | 55 | 35 |
| Octal | 355 | 325 | 41 | 0 | 12 | 126 | 7 | 65 | 125 | 65 |
| Binary | 11101101 | 11010101 | 100001 | 0 | 1010 | 1010110 | 111 | 110101 | 1010101 | 110101 |
Color Harmonies of #EDD521
Complementary color
Monochromatic Colors of #EDD521
Black with #EDD521
Text Example
Text Example
White with #EDD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD521; }
p { color: rgb(237,213,33); }
H1.HeaderClassName
{
color: #EDD521;
}
.AnyTagClassName
{
color: #EDD521;
}
</style>
background-color css
<style>
a { background-color: #EDD521; }
a { background-color: rgb(237,213,33); }
div.DivClassName
{
background-color: #EDD521;
}
.BgClassName
{
background-color: #EDD521;
}
</style>
border-color css
<style>
span { border-color: #EDD521; }
span { border-color: rgb(237,213,33); }
td.TdClassName
{
border-color: #EDD521;
}
.TagClassName
{
border-color: #EDD521;
}
</style>