Shades of Broom #EDD215
Tints of Broom #EDD215
RGB
CMYK
RGB Variations
Color information
#EDD215 (or 0xEDD215) is known color: Broom. HEX triplet: ED, D2 and 15. RGB value is (237,210,21). Sum of RGB (Red+Green+Blue) = 237+210+21=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD215 is #122DEA. Grayscale: #C5C5C5. Windows color (decimal): -1191403 or 1430253. OLE color: 1430253.
HSL color Cylindrical-coordinate representation of color #EDD215: hue angle of 52.5º 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 #EDD215 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 21 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.07 |
| HSL | 52.5º | 0.86% | 0.51% | - |
| HSV(B) | 52.5º | 0.91% | 0.93% | - |
| XYZ | 58.11 | 64.15 | 10.03 | - |
| YUV | 196.53 | 28.95 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 21 | 0 | 0.11 | 0.91 | 0.07 | 52.5 | 0.86 | 0.51 |
| Hex | ED | D2 | 15 | 0 | B | 5B | 7 | 34 | 56 | 33 |
| Octal | 355 | 322 | 25 | 0 | 13 | 133 | 7 | 64 | 126 | 63 |
| Binary | 11101101 | 11010010 | 10101 | 0 | 1011 | 1011011 | 111 | 110100 | 1010110 | 110011 |
Color Harmonies of #EDD215
Complementary color
Monochromatic Colors of #EDD215
Black with #EDD215
Text Example
Text Example
White with #EDD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD215; }
p { color: rgb(237,210,21); }
H1.HeaderClassName
{
color: #EDD215;
}
.AnyTagClassName
{
color: #EDD215;
}
</style>
background-color css
<style>
a { background-color: #EDD215; }
a { background-color: rgb(237,210,21); }
div.DivClassName
{
background-color: #EDD215;
}
.BgClassName
{
background-color: #EDD215;
}
</style>
border-color css
<style>
span { border-color: #EDD215; }
span { border-color: rgb(237,210,21); }
td.TdClassName
{
border-color: #EDD215;
}
.TagClassName
{
border-color: #EDD215;
}
</style>