Shades of Broom #EDD921
Tints of Broom #EDD921
RGB
CMYK
RGB Variations
Color information
#EDD921 (or 0xEDD921) is known color: Broom. HEX triplet: ED, D9 and 21. RGB value is (237,217,33). Sum of RGB (Red+Green+Blue) = 237+217+33=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 33 (13.28% from 255 or 6.78% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD921 is #1226DE. Grayscale: #CACACA. Windows color (decimal): -1189599 or 2218477. OLE color: 2218477.
HSL color Cylindrical-coordinate representation of color #EDD921: hue angle of 54.12º 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 #EDD921 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 33 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.07 |
| HSL | 54.12º | 0.85% | 0.53% | - |
| HSV(B) | 54.12º | 0.86% | 0.93% | - |
| XYZ | 60.01 | 67.74 | 11.35 | - |
| YUV | 202 | 32.63 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 33 | 0 | 0.08 | 0.86 | 0.07 | 54.12 | 0.85 | 0.53 |
| Hex | ED | D9 | 21 | 0 | 8 | 56 | 7 | 36 | 55 | 35 |
| Octal | 355 | 331 | 41 | 0 | 10 | 126 | 7 | 66 | 125 | 65 |
| Binary | 11101101 | 11011001 | 100001 | 0 | 1000 | 1010110 | 111 | 110110 | 1010101 | 110101 |
Color Harmonies of #EDD921
Complementary color
Monochromatic Colors of #EDD921
Black with #EDD921
Text Example
Text Example
White with #EDD921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD921; }
p { color: rgb(237,217,33); }
H1.HeaderClassName
{
color: #EDD921;
}
.AnyTagClassName
{
color: #EDD921;
}
</style>
background-color css
<style>
a { background-color: #EDD921; }
a { background-color: rgb(237,217,33); }
div.DivClassName
{
background-color: #EDD921;
}
.BgClassName
{
background-color: #EDD921;
}
</style>
border-color css
<style>
span { border-color: #EDD921; }
span { border-color: rgb(237,217,33); }
td.TdClassName
{
border-color: #EDD921;
}
.TagClassName
{
border-color: #EDD921;
}
</style>