Shades of Broom #EDD722
Tints of Broom #EDD722
RGB
CMYK
RGB Variations
Color information
#EDD722 (or 0xEDD722) is known color: Broom. HEX triplet: ED, D7 and 22. RGB value is (237,215,34). Sum of RGB (Red+Green+Blue) = 237+215+34=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 34 (13.67% from 255 or 7.00% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD722 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD722 is #1228DD. Grayscale: #C9C9C9. Windows color (decimal): -1190110 or 2283501. OLE color: 2283501.
HSL color Cylindrical-coordinate representation of color #EDD722: hue angle of 53.5º 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 #EDD722 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 34 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.07 |
| HSL | 53.5º | 0.85% | 0.53% | - |
| HSV(B) | 53.5º | 0.86% | 0.93% | - |
| XYZ | 59.51 | 66.72 | 11.26 | - |
| YUV | 200.94 | 33.79 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 34 | 0 | 0.09 | 0.86 | 0.07 | 53.5 | 0.85 | 0.53 |
| Hex | ED | D7 | 22 | 0 | 9 | 56 | 7 | 35 | 55 | 35 |
| Octal | 355 | 327 | 42 | 0 | 11 | 126 | 7 | 65 | 125 | 65 |
| Binary | 11101101 | 11010111 | 100010 | 0 | 1001 | 1010110 | 111 | 110101 | 1010101 | 110101 |
Color Harmonies of #EDD722
Complementary color
Monochromatic Colors of #EDD722
Black with #EDD722
Text Example
Text Example
White with #EDD722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD722; }
p { color: rgb(237,215,34); }
H1.HeaderClassName
{
color: #EDD722;
}
.AnyTagClassName
{
color: #EDD722;
}
</style>
background-color css
<style>
a { background-color: #EDD722; }
a { background-color: rgb(237,215,34); }
div.DivClassName
{
background-color: #EDD722;
}
.BgClassName
{
background-color: #EDD722;
}
</style>
border-color css
<style>
span { border-color: #EDD722; }
span { border-color: rgb(237,215,34); }
td.TdClassName
{
border-color: #EDD722;
}
.TagClassName
{
border-color: #EDD722;
}
</style>