Shades of Broom #EDD217
Tints of Broom #EDD217
RGB
CMYK
RGB Variations
Color information
#EDD217 (or 0xEDD217) is known color: Broom. HEX triplet: ED, D2 and 17. RGB value is (237,210,23). Sum of RGB (Red+Green+Blue) = 237+210+23=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 23 (9.38% from 255 or 4.89% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD217 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD217 is #122DE8. Grayscale: #C5C5C5. Windows color (decimal): -1191401 or 1561325. OLE color: 1561325.
HSL color Cylindrical-coordinate representation of color #EDD217: hue angle of 52.43º 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 #EDD217 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 23 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.07 |
| HSL | 52.43º | 0.86% | 0.51% | - |
| HSV(B) | 52.43º | 0.9% | 0.93% | - |
| XYZ | 58.13 | 64.16 | 10.13 | - |
| YUV | 196.76 | 29.95 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 23 | 0 | 0.11 | 0.90 | 0.07 | 52.43 | 0.86 | 0.51 |
| Hex | ED | D2 | 17 | 0 | B | 5A | 7 | 34 | 56 | 33 |
| Octal | 355 | 322 | 27 | 0 | 13 | 132 | 7 | 64 | 126 | 63 |
| Binary | 11101101 | 11010010 | 10111 | 0 | 1011 | 1011010 | 111 | 110100 | 1010110 | 110011 |
Color Harmonies of #EDD217
Complementary color
Monochromatic Colors of #EDD217
Black with #EDD217
Text Example
Text Example
White with #EDD217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD217; }
p { color: rgb(237,210,23); }
H1.HeaderClassName
{
color: #EDD217;
}
.AnyTagClassName
{
color: #EDD217;
}
</style>
background-color css
<style>
a { background-color: #EDD217; }
a { background-color: rgb(237,210,23); }
div.DivClassName
{
background-color: #EDD217;
}
.BgClassName
{
background-color: #EDD217;
}
</style>
border-color css
<style>
span { border-color: #EDD217; }
span { border-color: rgb(237,210,23); }
td.TdClassName
{
border-color: #EDD217;
}
.TagClassName
{
border-color: #EDD217;
}
</style>