Shades of Broom #EDD417
Tints of Broom #EDD417
RGB
CMYK
RGB Variations
Color information
#EDD417 (or 0xEDD417) is known color: Broom. HEX triplet: ED, D4 and 17. RGB value is (237,212,23). Sum of RGB (Red+Green+Blue) = 237+212+23=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 23 (9.38% from 255 or 4.87% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD417 is #122BE8. Grayscale: #C6C6C6. Windows color (decimal): -1190889 or 1561837. OLE color: 1561837.
HSL color Cylindrical-coordinate representation of color #EDD417: hue angle of 52.99º 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 #EDD417 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 23 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.07 |
| HSL | 52.99º | 0.86% | 0.51% | - |
| HSV(B) | 52.99º | 0.9% | 0.93% | - |
| XYZ | 58.62 | 65.15 | 10.3 | - |
| YUV | 197.93 | 29.28 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 23 | 0 | 0.11 | 0.90 | 0.07 | 52.99 | 0.86 | 0.51 |
| Hex | ED | D4 | 17 | 0 | B | 5A | 7 | 35 | 56 | 33 |
| Octal | 355 | 324 | 27 | 0 | 13 | 132 | 7 | 65 | 126 | 63 |
| Binary | 11101101 | 11010100 | 10111 | 0 | 1011 | 1011010 | 111 | 110101 | 1010110 | 110011 |
Color Harmonies of #EDD417
Complementary color
Monochromatic Colors of #EDD417
Black with #EDD417
Text Example
Text Example
White with #EDD417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD417; }
p { color: rgb(237,212,23); }
H1.HeaderClassName
{
color: #EDD417;
}
.AnyTagClassName
{
color: #EDD417;
}
</style>
background-color css
<style>
a { background-color: #EDD417; }
a { background-color: rgb(237,212,23); }
div.DivClassName
{
background-color: #EDD417;
}
.BgClassName
{
background-color: #EDD417;
}
</style>
border-color css
<style>
span { border-color: #EDD417; }
span { border-color: rgb(237,212,23); }
td.TdClassName
{
border-color: #EDD417;
}
.TagClassName
{
border-color: #EDD417;
}
</style>