Shades of Broom #EDD118
Tints of Broom #EDD118
RGB
CMYK
RGB Variations
Color information
#EDD118 (or 0xEDD118) is known color: Broom. HEX triplet: ED, D1 and 18. RGB value is (237,209,24). Sum of RGB (Red+Green+Blue) = 237+209+24=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 24 (9.77% from 255 or 5.11% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD118 is #122EE7. Grayscale: #C5C5C5. Windows color (decimal): -1191656 or 1626605. OLE color: 1626605.
HSL color Cylindrical-coordinate representation of color #EDD118: hue angle of 52.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDD118 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 24 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.07 |
| HSL | 52.11º | 0.86% | 0.51% | - |
| HSV(B) | 52.11º | 0.9% | 0.93% | - |
| XYZ | 57.89 | 63.67 | 10.1 | - |
| YUV | 196.28 | 30.78 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 24 | 0 | 0.12 | 0.90 | 0.07 | 52.11 | 0.86 | 0.51 |
| Hex | ED | D1 | 18 | 0 | C | 5A | 7 | 34 | 56 | 33 |
| Octal | 355 | 321 | 30 | 0 | 14 | 132 | 7 | 64 | 126 | 63 |
| Binary | 11101101 | 11010001 | 11000 | 0 | 1100 | 1011010 | 111 | 110100 | 1010110 | 110011 |
Color Harmonies of #EDD118
Complementary color
Monochromatic Colors of #EDD118
Black with #EDD118
Text Example
Text Example
White with #EDD118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD118; }
p { color: rgb(237,209,24); }
H1.HeaderClassName
{
color: #EDD118;
}
.AnyTagClassName
{
color: #EDD118;
}
</style>
background-color css
<style>
a { background-color: #EDD118; }
a { background-color: rgb(237,209,24); }
div.DivClassName
{
background-color: #EDD118;
}
.BgClassName
{
background-color: #EDD118;
}
</style>
border-color css
<style>
span { border-color: #EDD118; }
span { border-color: rgb(237,209,24); }
td.TdClassName
{
border-color: #EDD118;
}
.TagClassName
{
border-color: #EDD118;
}
</style>