Shades of Broom #EDD313
Tints of Broom #EDD313
RGB
CMYK
RGB Variations
Color information
#EDD313 (or 0xEDD313) is known color: Broom. HEX triplet: ED, D3 and 13. RGB value is (237,211,19). Sum of RGB (Red+Green+Blue) = 237+211+19=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD313 is #122CEC. Grayscale: #C5C5C5. Windows color (decimal): -1191149 or 1299437. OLE color: 1299437.
HSL color Cylindrical-coordinate representation of color #EDD313: hue angle of 52.84º 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 #EDD313 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 19 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.07 |
| HSL | 52.84º | 0.86% | 0.5% | - |
| HSV(B) | 52.84º | 0.92% | 0.93% | - |
| XYZ | 58.34 | 64.64 | 10.02 | - |
| YUV | 196.89 | 27.61 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 19 | 0 | 0.11 | 0.92 | 0.07 | 52.84 | 0.86 | 0.5 |
| Hex | ED | D3 | 13 | 0 | B | 5C | 7 | 35 | 56 | 32 |
| Octal | 355 | 323 | 23 | 0 | 13 | 134 | 7 | 65 | 126 | 62 |
| Binary | 11101101 | 11010011 | 10011 | 0 | 1011 | 1011100 | 111 | 110101 | 1010110 | 110010 |
Color Harmonies of #EDD313
Complementary color
Monochromatic Colors of #EDD313
Black with #EDD313
Text Example
Text Example
White with #EDD313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD313; }
p { color: rgb(237,211,19); }
H1.HeaderClassName
{
color: #EDD313;
}
.AnyTagClassName
{
color: #EDD313;
}
</style>
background-color css
<style>
a { background-color: #EDD313; }
a { background-color: rgb(237,211,19); }
div.DivClassName
{
background-color: #EDD313;
}
.BgClassName
{
background-color: #EDD313;
}
</style>
border-color css
<style>
span { border-color: #EDD313; }
span { border-color: rgb(237,211,19); }
td.TdClassName
{
border-color: #EDD313;
}
.TagClassName
{
border-color: #EDD313;
}
</style>