Shades of Broom #EDD710
Tints of Broom #EDD710
RGB
CMYK
RGB Variations
Color information
#EDD710 (or 0xEDD710) is known color: Broom. HEX triplet: ED, D7 and 10. RGB value is (237,215,16). Sum of RGB (Red+Green+Blue) = 237+215+16=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 16 (6.64% from 255 or 3.42% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD710 is #1228EF. Grayscale: #C7C7C7. Windows color (decimal): -1190128 or 1103853. OLE color: 1103853.
HSL color Cylindrical-coordinate representation of color #EDD710: hue angle of 54.03º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDD710 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 16 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.07 |
| HSL | 54.03º | 0.87% | 0.5% | - |
| HSV(B) | 54.03º | 0.93% | 0.93% | - |
| XYZ | 59.32 | 66.64 | 10.23 | - |
| YUV | 198.89 | 24.79 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 16 | 0 | 0.09 | 0.93 | 0.07 | 54.03 | 0.87 | 0.5 |
| Hex | ED | D7 | 10 | 0 | 9 | 5D | 7 | 36 | 57 | 32 |
| Octal | 355 | 327 | 20 | 0 | 11 | 135 | 7 | 66 | 127 | 62 |
| Binary | 11101101 | 11010111 | 10000 | 0 | 1001 | 1011101 | 111 | 110110 | 1010111 | 110010 |
Color Harmonies of #EDD710
Complementary color
Monochromatic Colors of #EDD710
Black with #EDD710
Text Example
Text Example
White with #EDD710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD710; }
p { color: rgb(237,215,16); }
H1.HeaderClassName
{
color: #EDD710;
}
.AnyTagClassName
{
color: #EDD710;
}
</style>
background-color css
<style>
a { background-color: #EDD710; }
a { background-color: rgb(237,215,16); }
div.DivClassName
{
background-color: #EDD710;
}
.BgClassName
{
background-color: #EDD710;
}
</style>
border-color css
<style>
span { border-color: #EDD710; }
span { border-color: rgb(237,215,16); }
td.TdClassName
{
border-color: #EDD710;
}
.TagClassName
{
border-color: #EDD710;
}
</style>