Shades of Broom #EDD513
Tints of Broom #EDD513
RGB
CMYK
RGB Variations
Color information
#EDD513 (or 0xEDD513) is known color: Broom. HEX triplet: ED, D5 and 13. RGB value is (237,213,19). Sum of RGB (Red+Green+Blue) = 237+213+19=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD513 is #122AEC. Grayscale: #C6C6C6. Windows color (decimal): -1190637 or 1299949. OLE color: 1299949.
HSL color Cylindrical-coordinate representation of color #EDD513: hue angle of 53.39º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDD513 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 19 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.07 |
| HSL | 53.39º | 0.86% | 0.5% | - |
| HSV(B) | 53.39º | 0.92% | 0.93% | - |
| XYZ | 58.84 | 65.64 | 10.18 | - |
| YUV | 198.06 | 26.95 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 19 | 0 | 0.10 | 0.92 | 0.07 | 53.39 | 0.86 | 0.5 |
| Hex | ED | D5 | 13 | 0 | A | 5C | 7 | 35 | 56 | 32 |
| Octal | 355 | 325 | 23 | 0 | 12 | 134 | 7 | 65 | 126 | 62 |
| Binary | 11101101 | 11010101 | 10011 | 0 | 1010 | 1011100 | 111 | 110101 | 1010110 | 110010 |
Color Harmonies of #EDD513
Complementary color
Monochromatic Colors of #EDD513
Black with #EDD513
Text Example
Text Example
White with #EDD513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD513; }
p { color: rgb(237,213,19); }
H1.HeaderClassName
{
color: #EDD513;
}
.AnyTagClassName
{
color: #EDD513;
}
</style>
background-color css
<style>
a { background-color: #EDD513; }
a { background-color: rgb(237,213,19); }
div.DivClassName
{
background-color: #EDD513;
}
.BgClassName
{
background-color: #EDD513;
}
</style>
border-color css
<style>
span { border-color: #EDD513; }
span { border-color: rgb(237,213,19); }
td.TdClassName
{
border-color: #EDD513;
}
.TagClassName
{
border-color: #EDD513;
}
</style>