Shades of Broom #EDD717
Tints of Broom #EDD717
RGB
CMYK
RGB Variations
Color information
#EDD717 (or 0xEDD717) is known color: Broom. HEX triplet: ED, D7 and 17. RGB value is (237,215,23). Sum of RGB (Red+Green+Blue) = 237+215+23=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 23 (9.38% from 255 or 4.84% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD717 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD717 is #1228E8. Grayscale: #C8C8C8. Windows color (decimal): -1190121 or 1562605. OLE color: 1562605.
HSL color Cylindrical-coordinate representation of color #EDD717: hue angle of 53.83º 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 #EDD717 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 23 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.07 |
| HSL | 53.83º | 0.86% | 0.51% | - |
| HSV(B) | 53.83º | 0.9% | 0.93% | - |
| XYZ | 59.38 | 66.67 | 10.55 | - |
| YUV | 199.69 | 28.29 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 23 | 0 | 0.09 | 0.90 | 0.07 | 53.83 | 0.86 | 0.51 |
| Hex | ED | D7 | 17 | 0 | 9 | 5A | 7 | 36 | 56 | 33 |
| Octal | 355 | 327 | 27 | 0 | 11 | 132 | 7 | 66 | 126 | 63 |
| Binary | 11101101 | 11010111 | 10111 | 0 | 1001 | 1011010 | 111 | 110110 | 1010110 | 110011 |
Color Harmonies of #EDD717
Complementary color
Monochromatic Colors of #EDD717
Black with #EDD717
Text Example
Text Example
White with #EDD717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD717; }
p { color: rgb(237,215,23); }
H1.HeaderClassName
{
color: #EDD717;
}
.AnyTagClassName
{
color: #EDD717;
}
</style>
background-color css
<style>
a { background-color: #EDD717; }
a { background-color: rgb(237,215,23); }
div.DivClassName
{
background-color: #EDD717;
}
.BgClassName
{
background-color: #EDD717;
}
</style>
border-color css
<style>
span { border-color: #EDD717; }
span { border-color: rgb(237,215,23); }
td.TdClassName
{
border-color: #EDD717;
}
.TagClassName
{
border-color: #EDD717;
}
</style>