Shades of Broom #EDD516
Tints of Broom #EDD516
RGB
CMYK
RGB Variations
Color information
#EDD516 (or 0xEDD516) is known color: Broom. HEX triplet: ED, D5 and 16. RGB value is (237,213,22). Sum of RGB (Red+Green+Blue) = 237+213+22=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD516 is #122AE9. Grayscale: #C7C7C7. Windows color (decimal): -1190634 or 1496557. OLE color: 1496557.
HSL color Cylindrical-coordinate representation of color #EDD516: hue angle of 53.3º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDD516 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 22 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.07 |
| HSL | 53.3º | 0.86% | 0.51% | - |
| HSV(B) | 53.3º | 0.91% | 0.93% | - |
| XYZ | 58.86 | 65.65 | 10.33 | - |
| YUV | 198.4 | 28.45 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 22 | 0 | 0.10 | 0.91 | 0.07 | 53.3 | 0.86 | 0.51 |
| Hex | ED | D5 | 16 | 0 | A | 5B | 7 | 35 | 56 | 33 |
| Octal | 355 | 325 | 26 | 0 | 12 | 133 | 7 | 65 | 126 | 63 |
| Binary | 11101101 | 11010101 | 10110 | 0 | 1010 | 1011011 | 111 | 110101 | 1010110 | 110011 |
Color Harmonies of #EDD516
Complementary color
Monochromatic Colors of #EDD516
Black with #EDD516
Text Example
Text Example
White with #EDD516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD516; }
p { color: rgb(237,213,22); }
H1.HeaderClassName
{
color: #EDD516;
}
.AnyTagClassName
{
color: #EDD516;
}
</style>
background-color css
<style>
a { background-color: #EDD516; }
a { background-color: rgb(237,213,22); }
div.DivClassName
{
background-color: #EDD516;
}
.BgClassName
{
background-color: #EDD516;
}
</style>
border-color css
<style>
span { border-color: #EDD516; }
span { border-color: rgb(237,213,22); }
td.TdClassName
{
border-color: #EDD516;
}
.TagClassName
{
border-color: #EDD516;
}
</style>