Shades of Broom #EDD918
Tints of Broom #EDD918
RGB
CMYK
RGB Variations
Color information
#EDD918 (or 0xEDD918) is known color: Broom. HEX triplet: ED, D9 and 18. RGB value is (237,217,24). Sum of RGB (Red+Green+Blue) = 237+217+24=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 24 (9.77% from 255 or 5.02% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD918 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD918 is #1226E7. Grayscale: #C9C9C9. Windows color (decimal): -1189608 or 1628653. OLE color: 1628653.
HSL color Cylindrical-coordinate representation of color #EDD918: hue angle of 54.37º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDD918 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 24 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.07 |
| HSL | 54.37º | 0.86% | 0.51% | - |
| HSV(B) | 54.37º | 0.9% | 0.93% | - |
| XYZ | 59.9 | 67.7 | 10.77 | - |
| YUV | 200.98 | 28.13 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 24 | 0 | 0.08 | 0.90 | 0.07 | 54.37 | 0.86 | 0.51 |
| Hex | ED | D9 | 18 | 0 | 8 | 5A | 7 | 36 | 56 | 33 |
| Octal | 355 | 331 | 30 | 0 | 10 | 132 | 7 | 66 | 126 | 63 |
| Binary | 11101101 | 11011001 | 11000 | 0 | 1000 | 1011010 | 111 | 110110 | 1010110 | 110011 |
Color Harmonies of #EDD918
Complementary color
Monochromatic Colors of #EDD918
Black with #EDD918
Text Example
Text Example
White with #EDD918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD918; }
p { color: rgb(237,217,24); }
H1.HeaderClassName
{
color: #EDD918;
}
.AnyTagClassName
{
color: #EDD918;
}
</style>
background-color css
<style>
a { background-color: #EDD918; }
a { background-color: rgb(237,217,24); }
div.DivClassName
{
background-color: #EDD918;
}
.BgClassName
{
background-color: #EDD918;
}
</style>
border-color css
<style>
span { border-color: #EDD918; }
span { border-color: rgb(237,217,24); }
td.TdClassName
{
border-color: #EDD918;
}
.TagClassName
{
border-color: #EDD918;
}
</style>