Shades of Broom #EDD919
Tints of Broom #EDD919
RGB
CMYK
RGB Variations
Color information
#EDD919 (or 0xEDD919) is known color: Broom. HEX triplet: ED, D9 and 19. RGB value is (237,217,25). Sum of RGB (Red+Green+Blue) = 237+217+25=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 25 (10.16% from 255 or 5.22% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD919 is #1226E6. Grayscale: #C9C9C9. Windows color (decimal): -1189607 or 1694189. OLE color: 1694189.
HSL color Cylindrical-coordinate representation of color #EDD919: hue angle of 54.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDD919 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 25 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.07 |
| HSL | 54.34º | 0.85% | 0.51% | - |
| HSV(B) | 54.34º | 0.89% | 0.93% | - |
| XYZ | 59.91 | 67.7 | 10.83 | - |
| YUV | 201.09 | 28.63 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 25 | 0 | 0.08 | 0.89 | 0.07 | 54.34 | 0.85 | 0.51 |
| Hex | ED | D9 | 19 | 0 | 8 | 59 | 7 | 36 | 55 | 33 |
| Octal | 355 | 331 | 31 | 0 | 10 | 131 | 7 | 66 | 125 | 63 |
| Binary | 11101101 | 11011001 | 11001 | 0 | 1000 | 1011001 | 111 | 110110 | 1010101 | 110011 |
Color Harmonies of #EDD919
Complementary color
Monochromatic Colors of #EDD919
Black with #EDD919
Text Example
Text Example
White with #EDD919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD919; }
p { color: rgb(237,217,25); }
H1.HeaderClassName
{
color: #EDD919;
}
.AnyTagClassName
{
color: #EDD919;
}
</style>
background-color css
<style>
a { background-color: #EDD919; }
a { background-color: rgb(237,217,25); }
div.DivClassName
{
background-color: #EDD919;
}
.BgClassName
{
background-color: #EDD919;
}
</style>
border-color css
<style>
span { border-color: #EDD919; }
span { border-color: rgb(237,217,25); }
td.TdClassName
{
border-color: #EDD919;
}
.TagClassName
{
border-color: #EDD919;
}
</style>