Shades of Broom #EDD511
Tints of Broom #EDD511
RGB
CMYK
RGB Variations
Color information
#EDD511 (or 0xEDD511) is known color: Broom. HEX triplet: ED, D5 and 11. RGB value is (237,213,17). Sum of RGB (Red+Green+Blue) = 237+213+17=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD511 is #122AEE. Grayscale: #C6C6C6. Windows color (decimal): -1190639 or 1168877. OLE color: 1168877.
HSL color Cylindrical-coordinate representation of color #EDD511: hue angle of 53.45º 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 #EDD511 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 17 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.07 |
| HSL | 53.45º | 0.87% | 0.5% | - |
| HSV(B) | 53.45º | 0.93% | 0.93% | - |
| XYZ | 58.82 | 65.63 | 10.1 | - |
| YUV | 197.83 | 25.95 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 17 | 0 | 0.10 | 0.93 | 0.07 | 53.45 | 0.87 | 0.5 |
| Hex | ED | D5 | 11 | 0 | A | 5D | 7 | 35 | 57 | 32 |
| Octal | 355 | 325 | 21 | 0 | 12 | 135 | 7 | 65 | 127 | 62 |
| Binary | 11101101 | 11010101 | 10001 | 0 | 1010 | 1011101 | 111 | 110101 | 1010111 | 110010 |
Color Harmonies of #EDD511
Complementary color
Monochromatic Colors of #EDD511
Black with #EDD511
Text Example
Text Example
White with #EDD511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD511; }
p { color: rgb(237,213,17); }
H1.HeaderClassName
{
color: #EDD511;
}
.AnyTagClassName
{
color: #EDD511;
}
</style>
background-color css
<style>
a { background-color: #EDD511; }
a { background-color: rgb(237,213,17); }
div.DivClassName
{
background-color: #EDD511;
}
.BgClassName
{
background-color: #EDD511;
}
</style>
border-color css
<style>
span { border-color: #EDD511; }
span { border-color: rgb(237,213,17); }
td.TdClassName
{
border-color: #EDD511;
}
.TagClassName
{
border-color: #EDD511;
}
</style>