Shades of Broom #EDD716
Tints of Broom #EDD716
RGB
CMYK
RGB Variations
Color information
#EDD716 (or 0xEDD716) is known color: Broom. HEX triplet: ED, D7 and 16. RGB value is (237,215,22). Sum of RGB (Red+Green+Blue) = 237+215+22=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD716 is #1228E9. Grayscale: #C8C8C8. Windows color (decimal): -1190122 or 1497069. OLE color: 1497069.
HSL color Cylindrical-coordinate representation of color #EDD716: hue angle of 53.86º 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 #EDD716 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 22 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.07 |
| HSL | 53.86º | 0.86% | 0.51% | - |
| HSV(B) | 53.86º | 0.91% | 0.93% | - |
| XYZ | 59.37 | 66.66 | 10.5 | - |
| YUV | 199.58 | 27.79 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 22 | 0 | 0.09 | 0.91 | 0.07 | 53.86 | 0.86 | 0.51 |
| Hex | ED | D7 | 16 | 0 | 9 | 5B | 7 | 36 | 56 | 33 |
| Octal | 355 | 327 | 26 | 0 | 11 | 133 | 7 | 66 | 126 | 63 |
| Binary | 11101101 | 11010111 | 10110 | 0 | 1001 | 1011011 | 111 | 110110 | 1010110 | 110011 |
Color Harmonies of #EDD716
Complementary color
Monochromatic Colors of #EDD716
Black with #EDD716
Text Example
Text Example
White with #EDD716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD716; }
p { color: rgb(237,215,22); }
H1.HeaderClassName
{
color: #EDD716;
}
.AnyTagClassName
{
color: #EDD716;
}
</style>
background-color css
<style>
a { background-color: #EDD716; }
a { background-color: rgb(237,215,22); }
div.DivClassName
{
background-color: #EDD716;
}
.BgClassName
{
background-color: #EDD716;
}
</style>
border-color css
<style>
span { border-color: #EDD716; }
span { border-color: rgb(237,215,22); }
td.TdClassName
{
border-color: #EDD716;
}
.TagClassName
{
border-color: #EDD716;
}
</style>