Shades of Broom #EDD713
Tints of Broom #EDD713
RGB
CMYK
RGB Variations
Color information
#EDD713 (or 0xEDD713) is known color: Broom. HEX triplet: ED, D7 and 13. RGB value is (237,215,19). Sum of RGB (Red+Green+Blue) = 237+215+19=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD713 is #1228EC. Grayscale: #C8C8C8. Windows color (decimal): -1190125 or 1300461. OLE color: 1300461.
HSL color Cylindrical-coordinate representation of color #EDD713: hue angle of 53.94º 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 #EDD713 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 19 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.07 |
| HSL | 53.94º | 0.86% | 0.5% | - |
| HSV(B) | 53.94º | 0.92% | 0.93% | - |
| XYZ | 59.34 | 66.65 | 10.35 | - |
| YUV | 199.23 | 26.29 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 19 | 0 | 0.09 | 0.92 | 0.07 | 53.94 | 0.86 | 0.5 |
| Hex | ED | D7 | 13 | 0 | 9 | 5C | 7 | 36 | 56 | 32 |
| Octal | 355 | 327 | 23 | 0 | 11 | 134 | 7 | 66 | 126 | 62 |
| Binary | 11101101 | 11010111 | 10011 | 0 | 1001 | 1011100 | 111 | 110110 | 1010110 | 110010 |
Color Harmonies of #EDD713
Complementary color
Monochromatic Colors of #EDD713
Black with #EDD713
Text Example
Text Example
White with #EDD713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD713; }
p { color: rgb(237,215,19); }
H1.HeaderClassName
{
color: #EDD713;
}
.AnyTagClassName
{
color: #EDD713;
}
</style>
background-color css
<style>
a { background-color: #EDD713; }
a { background-color: rgb(237,215,19); }
div.DivClassName
{
background-color: #EDD713;
}
.BgClassName
{
background-color: #EDD713;
}
</style>
border-color css
<style>
span { border-color: #EDD713; }
span { border-color: rgb(237,215,19); }
td.TdClassName
{
border-color: #EDD713;
}
.TagClassName
{
border-color: #EDD713;
}
</style>