Shades of Broom #EDD018
Tints of Broom #EDD018
RGB
CMYK
RGB Variations
Color information
#EDD018 (or 0xEDD018) is known color: Broom. HEX triplet: ED, D0 and 18. RGB value is (237,208,24). Sum of RGB (Red+Green+Blue) = 237+208+24=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 24 (9.77% from 255 or 5.12% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD018 is #122FE7. Grayscale: #C4C4C4. Windows color (decimal): -1191912 or 1626349. OLE color: 1626349.
HSL color Cylindrical-coordinate representation of color #EDD018: hue angle of 51.83º 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 #EDD018 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 24 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.07 |
| HSL | 51.83º | 0.86% | 0.51% | - |
| HSV(B) | 51.83º | 0.9% | 0.93% | - |
| XYZ | 57.65 | 63.18 | 10.02 | - |
| YUV | 195.7 | 31.11 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 24 | 0 | 0.12 | 0.90 | 0.07 | 51.83 | 0.86 | 0.51 |
| Hex | ED | D0 | 18 | 0 | C | 5A | 7 | 34 | 56 | 33 |
| Octal | 355 | 320 | 30 | 0 | 14 | 132 | 7 | 64 | 126 | 63 |
| Binary | 11101101 | 11010000 | 11000 | 0 | 1100 | 1011010 | 111 | 110100 | 1010110 | 110011 |
Color Harmonies of #EDD018
Complementary color
Monochromatic Colors of #EDD018
Black with #EDD018
Text Example
Text Example
White with #EDD018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD018; }
p { color: rgb(237,208,24); }
H1.HeaderClassName
{
color: #EDD018;
}
.AnyTagClassName
{
color: #EDD018;
}
</style>
background-color css
<style>
a { background-color: #EDD018; }
a { background-color: rgb(237,208,24); }
div.DivClassName
{
background-color: #EDD018;
}
.BgClassName
{
background-color: #EDD018;
}
</style>
border-color css
<style>
span { border-color: #EDD018; }
span { border-color: rgb(237,208,24); }
td.TdClassName
{
border-color: #EDD018;
}
.TagClassName
{
border-color: #EDD018;
}
</style>