Shades of Broom #EDDA16
Tints of Broom #EDDA16
RGB
CMYK
RGB Variations
Color information
#EDDA16 (or 0xEDDA16) is known color: Broom. HEX triplet: ED, DA and 16. RGB value is (237,218,22). Sum of RGB (Red+Green+Blue) = 237+218+22=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 22 (8.98% from 255 or 4.61% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA16 is #1225E9. Grayscale: #CACACA. Windows color (decimal): -1189354 or 1497837. OLE color: 1497837.
HSL color Cylindrical-coordinate representation of color #EDDA16: hue angle of 54.7º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDDA16 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 22 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.07 |
| HSL | 54.7º | 0.86% | 0.51% | - |
| HSV(B) | 54.7º | 0.91% | 0.93% | - |
| XYZ | 60.14 | 68.21 | 10.75 | - |
| YUV | 201.34 | 26.79 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 22 | 0 | 0.08 | 0.91 | 0.07 | 54.7 | 0.86 | 0.51 |
| Hex | ED | DA | 16 | 0 | 8 | 5B | 7 | 37 | 56 | 33 |
| Octal | 355 | 332 | 26 | 0 | 10 | 133 | 7 | 67 | 126 | 63 |
| Binary | 11101101 | 11011010 | 10110 | 0 | 1000 | 1011011 | 111 | 110111 | 1010110 | 110011 |
Color Harmonies of #EDDA16
Complementary color
Monochromatic Colors of #EDDA16
Black with #EDDA16
Text Example
Text Example
White with #EDDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA16; }
p { color: rgb(237,218,22); }
H1.HeaderClassName
{
color: #EDDA16;
}
.AnyTagClassName
{
color: #EDDA16;
}
</style>
background-color css
<style>
a { background-color: #EDDA16; }
a { background-color: rgb(237,218,22); }
div.DivClassName
{
background-color: #EDDA16;
}
.BgClassName
{
background-color: #EDDA16;
}
</style>
border-color css
<style>
span { border-color: #EDDA16; }
span { border-color: rgb(237,218,22); }
td.TdClassName
{
border-color: #EDDA16;
}
.TagClassName
{
border-color: #EDDA16;
}
</style>