Shades of Broom #EDDD19
Tints of Broom #EDDD19
RGB
CMYK
RGB Variations
Color information
#EDDD19 (or 0xEDDD19) is known color: Broom. HEX triplet: ED, DD and 19. RGB value is (237,221,25). Sum of RGB (Red+Green+Blue) = 237+221+25=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 25 (10.16% from 255 or 5.18% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDD19 is #1222E6. Grayscale: #CCCCCC. Windows color (decimal): -1188583 or 1695213. OLE color: 1695213.
HSL color Cylindrical-coordinate representation of color #EDDD19: hue angle of 55.47º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDDD19 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 25 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.07 |
| HSL | 55.47º | 0.85% | 0.51% | - |
| HSV(B) | 55.47º | 0.89% | 0.93% | - |
| XYZ | 60.96 | 69.79 | 11.18 | - |
| YUV | 203.44 | 27.3 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 25 | 0 | 0.07 | 0.89 | 0.07 | 55.47 | 0.85 | 0.51 |
| Hex | ED | DD | 19 | 0 | 7 | 59 | 7 | 37 | 55 | 33 |
| Octal | 355 | 335 | 31 | 0 | 7 | 131 | 7 | 67 | 125 | 63 |
| Binary | 11101101 | 11011101 | 11001 | 0 | 111 | 1011001 | 111 | 110111 | 1010101 | 110011 |
Color Harmonies of #EDDD19
Complementary color
Monochromatic Colors of #EDDD19
Black with #EDDD19
Text Example
Text Example
White with #EDDD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD19; }
p { color: rgb(237,221,25); }
H1.HeaderClassName
{
color: #EDDD19;
}
.AnyTagClassName
{
color: #EDDD19;
}
</style>
background-color css
<style>
a { background-color: #EDDD19; }
a { background-color: rgb(237,221,25); }
div.DivClassName
{
background-color: #EDDD19;
}
.BgClassName
{
background-color: #EDDD19;
}
</style>
border-color css
<style>
span { border-color: #EDDD19; }
span { border-color: rgb(237,221,25); }
td.TdClassName
{
border-color: #EDDD19;
}
.TagClassName
{
border-color: #EDDD19;
}
</style>