Shades of Broom #EDD820
Tints of Broom #EDD820
RGB
CMYK
RGB Variations
Color information
#EDD820 (or 0xEDD820) is known color: Broom. HEX triplet: ED, D8 and 20. RGB value is (237,216,32). Sum of RGB (Red+Green+Blue) = 237+216+32=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD820 is #1227DF. Grayscale: #CACACA. Windows color (decimal): -1189856 or 2152685. OLE color: 2152685.
HSL color Cylindrical-coordinate representation of color #EDD820: hue angle of 53.85º 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 #EDD820 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 32 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.07 |
| HSL | 53.85º | 0.85% | 0.53% | - |
| HSV(B) | 53.85º | 0.86% | 0.93% | - |
| XYZ | 59.74 | 67.22 | 11.19 | - |
| YUV | 201.3 | 32.46 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 32 | 0 | 0.09 | 0.86 | 0.07 | 53.85 | 0.85 | 0.53 |
| Hex | ED | D8 | 20 | 0 | 9 | 56 | 7 | 36 | 55 | 35 |
| Octal | 355 | 330 | 40 | 0 | 11 | 126 | 7 | 66 | 125 | 65 |
| Binary | 11101101 | 11011000 | 100000 | 0 | 1001 | 1010110 | 111 | 110110 | 1010101 | 110101 |
Color Harmonies of #EDD820
Complementary color
Monochromatic Colors of #EDD820
Black with #EDD820
Text Example
Text Example
White with #EDD820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD820; }
p { color: rgb(237,216,32); }
H1.HeaderClassName
{
color: #EDD820;
}
.AnyTagClassName
{
color: #EDD820;
}
</style>
background-color css
<style>
a { background-color: #EDD820; }
a { background-color: rgb(237,216,32); }
div.DivClassName
{
background-color: #EDD820;
}
.BgClassName
{
background-color: #EDD820;
}
</style>
border-color css
<style>
span { border-color: #EDD820; }
span { border-color: rgb(237,216,32); }
td.TdClassName
{
border-color: #EDD820;
}
.TagClassName
{
border-color: #EDD820;
}
</style>