Shades of Broom #EDD422
Tints of Broom #EDD422
RGB
CMYK
RGB Variations
Color information
#EDD422 (or 0xEDD422) is known color: Broom. HEX triplet: ED, D4 and 22. RGB value is (237,212,34). Sum of RGB (Red+Green+Blue) = 237+212+34=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 34 (13.67% from 255 or 7.04% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD422 is #122BDD. Grayscale: #C7C7C7. Windows color (decimal): -1190878 or 2282733. OLE color: 2282733.
HSL color Cylindrical-coordinate representation of color #EDD422: hue angle of 52.61º 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 #EDD422 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 34 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.07 |
| HSL | 52.61º | 0.85% | 0.53% | - |
| HSV(B) | 52.61º | 0.86% | 0.93% | - |
| XYZ | 58.76 | 65.21 | 11 | - |
| YUV | 199.18 | 34.78 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 34 | 0 | 0.11 | 0.86 | 0.07 | 52.61 | 0.85 | 0.53 |
| Hex | ED | D4 | 22 | 0 | B | 56 | 7 | 35 | 55 | 35 |
| Octal | 355 | 324 | 42 | 0 | 13 | 126 | 7 | 65 | 125 | 65 |
| Binary | 11101101 | 11010100 | 100010 | 0 | 1011 | 1010110 | 111 | 110101 | 1010101 | 110101 |
Color Harmonies of #EDD422
Complementary color
Monochromatic Colors of #EDD422
Black with #EDD422
Text Example
Text Example
White with #EDD422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD422; }
p { color: rgb(237,212,34); }
H1.HeaderClassName
{
color: #EDD422;
}
.AnyTagClassName
{
color: #EDD422;
}
</style>
background-color css
<style>
a { background-color: #EDD422; }
a { background-color: rgb(237,212,34); }
div.DivClassName
{
background-color: #EDD422;
}
.BgClassName
{
background-color: #EDD422;
}
</style>
border-color css
<style>
span { border-color: #EDD422; }
span { border-color: rgb(237,212,34); }
td.TdClassName
{
border-color: #EDD422;
}
.TagClassName
{
border-color: #EDD422;
}
</style>