Shades of Broom #EDD117
Tints of Broom #EDD117
RGB
CMYK
RGB Variations
Color information
#EDD117 (or 0xEDD117) is known color: Broom. HEX triplet: ED, D1 and 17. RGB value is (237,209,23). Sum of RGB (Red+Green+Blue) = 237+209+23=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 23 (9.38% from 255 or 4.90% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD117 is #122EE8. Grayscale: #C4C4C4. Windows color (decimal): -1191657 or 1561069. OLE color: 1561069.
HSL color Cylindrical-coordinate representation of color #EDD117: hue angle of 52.15º 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 #EDD117 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 23 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.07 |
| HSL | 52.15º | 0.86% | 0.51% | - |
| HSV(B) | 52.15º | 0.9% | 0.93% | - |
| XYZ | 57.88 | 63.67 | 10.05 | - |
| YUV | 196.17 | 30.28 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 23 | 0 | 0.12 | 0.90 | 0.07 | 52.15 | 0.86 | 0.51 |
| Hex | ED | D1 | 17 | 0 | C | 5A | 7 | 34 | 56 | 33 |
| Octal | 355 | 321 | 27 | 0 | 14 | 132 | 7 | 64 | 126 | 63 |
| Binary | 11101101 | 11010001 | 10111 | 0 | 1100 | 1011010 | 111 | 110100 | 1010110 | 110011 |
Color Harmonies of #EDD117
Complementary color
Monochromatic Colors of #EDD117
Black with #EDD117
Text Example
Text Example
White with #EDD117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD117; }
p { color: rgb(237,209,23); }
H1.HeaderClassName
{
color: #EDD117;
}
.AnyTagClassName
{
color: #EDD117;
}
</style>
background-color css
<style>
a { background-color: #EDD117; }
a { background-color: rgb(237,209,23); }
div.DivClassName
{
background-color: #EDD117;
}
.BgClassName
{
background-color: #EDD117;
}
</style>
border-color css
<style>
span { border-color: #EDD117; }
span { border-color: rgb(237,209,23); }
td.TdClassName
{
border-color: #EDD117;
}
.TagClassName
{
border-color: #EDD117;
}
</style>