Shades of Broom #EDD022
Tints of Broom #EDD022
RGB
CMYK
RGB Variations
Color information
#EDD022 (or 0xEDD022) is known color: Broom. HEX triplet: ED, D0 and 22. RGB value is (237,208,34). Sum of RGB (Red+Green+Blue) = 237+208+34=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 34 (13.67% from 255 or 7.10% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD022 is #122FDD. Grayscale: #C5C5C5. Windows color (decimal): -1191902 or 2281709. OLE color: 2281709.
HSL color Cylindrical-coordinate representation of color #EDD022: hue angle of 51.43º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDD022 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 34 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.07 |
| HSL | 51.43º | 0.85% | 0.53% | - |
| HSV(B) | 51.43º | 0.86% | 0.93% | - |
| XYZ | 57.77 | 63.23 | 10.67 | - |
| YUV | 196.84 | 36.11 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 34 | 0 | 0.12 | 0.86 | 0.07 | 51.43 | 0.85 | 0.53 |
| Hex | ED | D0 | 22 | 0 | C | 56 | 7 | 33 | 55 | 35 |
| Octal | 355 | 320 | 42 | 0 | 14 | 126 | 7 | 63 | 125 | 65 |
| Binary | 11101101 | 11010000 | 100010 | 0 | 1100 | 1010110 | 111 | 110011 | 1010101 | 110101 |
Color Harmonies of #EDD022
Complementary color
Monochromatic Colors of #EDD022
Black with #EDD022
Text Example
Text Example
White with #EDD022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD022; }
p { color: rgb(237,208,34); }
H1.HeaderClassName
{
color: #EDD022;
}
.AnyTagClassName
{
color: #EDD022;
}
</style>
background-color css
<style>
a { background-color: #EDD022; }
a { background-color: rgb(237,208,34); }
div.DivClassName
{
background-color: #EDD022;
}
.BgClassName
{
background-color: #EDD022;
}
</style>
border-color css
<style>
span { border-color: #EDD022; }
span { border-color: rgb(237,208,34); }
td.TdClassName
{
border-color: #EDD022;
}
.TagClassName
{
border-color: #EDD022;
}
</style>