Shades of Broom #EDD924
Tints of Broom #EDD924
RGB
CMYK
RGB Variations
Color information
#EDD924 (or 0xEDD924) is known color: Broom. HEX triplet: ED, D9 and 24. RGB value is (237,217,36). Sum of RGB (Red+Green+Blue) = 237+217+36=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 36 (14.45% from 255 or 7.35% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD924 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD924 is #1226DB. Grayscale: #CBCBCB. Windows color (decimal): -1189596 or 2415085. OLE color: 2415085.
HSL color Cylindrical-coordinate representation of color #EDD924: hue angle of 54.03º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDD924 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 36 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.07 |
| HSL | 54.03º | 0.85% | 0.54% | - |
| HSV(B) | 54.03º | 0.85% | 0.93% | - |
| XYZ | 60.06 | 67.76 | 11.58 | - |
| YUV | 202.35 | 34.13 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 36 | 0 | 0.08 | 0.85 | 0.07 | 54.03 | 0.85 | 0.54 |
| Hex | ED | D9 | 24 | 0 | 8 | 55 | 7 | 36 | 55 | 36 |
| Octal | 355 | 331 | 44 | 0 | 10 | 125 | 7 | 66 | 125 | 66 |
| Binary | 11101101 | 11011001 | 100100 | 0 | 1000 | 1010101 | 111 | 110110 | 1010101 | 110110 |
Color Harmonies of #EDD924
Complementary color
Monochromatic Colors of #EDD924
Black with #EDD924
Text Example
Text Example
White with #EDD924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD924; }
p { color: rgb(237,217,36); }
H1.HeaderClassName
{
color: #EDD924;
}
.AnyTagClassName
{
color: #EDD924;
}
</style>
background-color css
<style>
a { background-color: #EDD924; }
a { background-color: rgb(237,217,36); }
div.DivClassName
{
background-color: #EDD924;
}
.BgClassName
{
background-color: #EDD924;
}
</style>
border-color css
<style>
span { border-color: #EDD924; }
span { border-color: rgb(237,217,36); }
td.TdClassName
{
border-color: #EDD924;
}
.TagClassName
{
border-color: #EDD924;
}
</style>