Shades of Broom #EDD920
Tints of Broom #EDD920
RGB
CMYK
RGB Variations
Color information
#EDD920 (or 0xEDD920) is known color: Broom. HEX triplet: ED, D9 and 20. RGB value is (237,217,32). Sum of RGB (Red+Green+Blue) = 237+217+32=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 32 (12.89% from 255 or 6.58% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD920 is #1226DF. Grayscale: #CACACA. Windows color (decimal): -1189600 or 2152941. OLE color: 2152941.
HSL color Cylindrical-coordinate representation of color #EDD920: hue angle of 54.15º 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 #EDD920 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 32 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.07 |
| HSL | 54.15º | 0.85% | 0.53% | - |
| HSV(B) | 54.15º | 0.86% | 0.93% | - |
| XYZ | 60 | 67.73 | 11.28 | - |
| YUV | 201.89 | 32.13 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 32 | 0 | 0.08 | 0.86 | 0.07 | 54.15 | 0.85 | 0.53 |
| Hex | ED | D9 | 20 | 0 | 8 | 56 | 7 | 36 | 55 | 35 |
| Octal | 355 | 331 | 40 | 0 | 10 | 126 | 7 | 66 | 125 | 65 |
| Binary | 11101101 | 11011001 | 100000 | 0 | 1000 | 1010110 | 111 | 110110 | 1010101 | 110101 |
Color Harmonies of #EDD920
Complementary color
Monochromatic Colors of #EDD920
Black with #EDD920
Text Example
Text Example
White with #EDD920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD920; }
p { color: rgb(237,217,32); }
H1.HeaderClassName
{
color: #EDD920;
}
.AnyTagClassName
{
color: #EDD920;
}
</style>
background-color css
<style>
a { background-color: #EDD920; }
a { background-color: rgb(237,217,32); }
div.DivClassName
{
background-color: #EDD920;
}
.BgClassName
{
background-color: #EDD920;
}
</style>
border-color css
<style>
span { border-color: #EDD920; }
span { border-color: rgb(237,217,32); }
td.TdClassName
{
border-color: #EDD920;
}
.TagClassName
{
border-color: #EDD920;
}
</style>