Shades of Broom #EDD720
Tints of Broom #EDD720
RGB
CMYK
RGB Variations
Color information
#EDD720 (or 0xEDD720) is known color: Broom. HEX triplet: ED, D7 and 20. RGB value is (237,215,32). Sum of RGB (Red+Green+Blue) = 237+215+32=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD720 is #1228DF. Grayscale: #C9C9C9. Windows color (decimal): -1190112 or 2152429. OLE color: 2152429.
HSL color Cylindrical-coordinate representation of color #EDD720: hue angle of 53.56º 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 #EDD720 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 32 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.07 |
| HSL | 53.56º | 0.85% | 0.53% | - |
| HSV(B) | 53.56º | 0.86% | 0.93% | - |
| XYZ | 59.49 | 66.71 | 11.11 | - |
| YUV | 200.72 | 32.79 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 32 | 0 | 0.09 | 0.86 | 0.07 | 53.56 | 0.85 | 0.53 |
| Hex | ED | D7 | 20 | 0 | 9 | 56 | 7 | 36 | 55 | 35 |
| Octal | 355 | 327 | 40 | 0 | 11 | 126 | 7 | 66 | 125 | 65 |
| Binary | 11101101 | 11010111 | 100000 | 0 | 1001 | 1010110 | 111 | 110110 | 1010101 | 110101 |
Color Harmonies of #EDD720
Complementary color
Monochromatic Colors of #EDD720
Black with #EDD720
Text Example
Text Example
White with #EDD720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD720; }
p { color: rgb(237,215,32); }
H1.HeaderClassName
{
color: #EDD720;
}
.AnyTagClassName
{
color: #EDD720;
}
</style>
background-color css
<style>
a { background-color: #EDD720; }
a { background-color: rgb(237,215,32); }
div.DivClassName
{
background-color: #EDD720;
}
.BgClassName
{
background-color: #EDD720;
}
</style>
border-color css
<style>
span { border-color: #EDD720; }
span { border-color: rgb(237,215,32); }
td.TdClassName
{
border-color: #EDD720;
}
.TagClassName
{
border-color: #EDD720;
}
</style>