Shades of Broom #EDD113
Tints of Broom #EDD113
RGB
CMYK
RGB Variations
Color information
#EDD113 (or 0xEDD113) is known color: Broom. HEX triplet: ED, D1 and 13. RGB value is (237,209,19). Sum of RGB (Red+Green+Blue) = 237+209+19=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD113 is #122EEC. Grayscale: #C4C4C4. Windows color (decimal): -1191661 or 1298925. OLE color: 1298925.
HSL color Cylindrical-coordinate representation of color #EDD113: hue angle of 52.29º 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 #EDD113 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 19 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.07 |
| HSL | 52.29º | 0.86% | 0.5% | - |
| HSV(B) | 52.29º | 0.92% | 0.93% | - |
| XYZ | 57.84 | 63.65 | 9.85 | - |
| YUV | 195.71 | 28.28 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 19 | 0 | 0.12 | 0.92 | 0.07 | 52.29 | 0.86 | 0.5 |
| Hex | ED | D1 | 13 | 0 | C | 5C | 7 | 34 | 56 | 32 |
| Octal | 355 | 321 | 23 | 0 | 14 | 134 | 7 | 64 | 126 | 62 |
| Binary | 11101101 | 11010001 | 10011 | 0 | 1100 | 1011100 | 111 | 110100 | 1010110 | 110010 |
Color Harmonies of #EDD113
Complementary color
Monochromatic Colors of #EDD113
Black with #EDD113
Text Example
Text Example
White with #EDD113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD113; }
p { color: rgb(237,209,19); }
H1.HeaderClassName
{
color: #EDD113;
}
.AnyTagClassName
{
color: #EDD113;
}
</style>
background-color css
<style>
a { background-color: #EDD113; }
a { background-color: rgb(237,209,19); }
div.DivClassName
{
background-color: #EDD113;
}
.BgClassName
{
background-color: #EDD113;
}
</style>
border-color css
<style>
span { border-color: #EDD113; }
span { border-color: rgb(237,209,19); }
td.TdClassName
{
border-color: #EDD113;
}
.TagClassName
{
border-color: #EDD113;
}
</style>