Shades of Broom #EDD819
Tints of Broom #EDD819
RGB
CMYK
RGB Variations
Color information
#EDD819 (or 0xEDD819) is known color: Broom. HEX triplet: ED, D8 and 19. RGB value is (237,216,25). Sum of RGB (Red+Green+Blue) = 237+216+25=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD819 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD819 is #1227E6. Grayscale: #C9C9C9. Windows color (decimal): -1189863 or 1693933. OLE color: 1693933.
HSL color Cylindrical-coordinate representation of color #EDD819: hue angle of 54.06º 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 #EDD819 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 25 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.07 |
| HSL | 54.06º | 0.85% | 0.51% | - |
| HSV(B) | 54.06º | 0.89% | 0.93% | - |
| XYZ | 59.66 | 67.19 | 10.74 | - |
| YUV | 200.51 | 28.96 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 25 | 0 | 0.09 | 0.89 | 0.07 | 54.06 | 0.85 | 0.51 |
| Hex | ED | D8 | 19 | 0 | 9 | 59 | 7 | 36 | 55 | 33 |
| Octal | 355 | 330 | 31 | 0 | 11 | 131 | 7 | 66 | 125 | 63 |
| Binary | 11101101 | 11011000 | 11001 | 0 | 1001 | 1011001 | 111 | 110110 | 1010101 | 110011 |
Color Harmonies of #EDD819
Complementary color
Monochromatic Colors of #EDD819
Black with #EDD819
Text Example
Text Example
White with #EDD819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD819; }
p { color: rgb(237,216,25); }
H1.HeaderClassName
{
color: #EDD819;
}
.AnyTagClassName
{
color: #EDD819;
}
</style>
background-color css
<style>
a { background-color: #EDD819; }
a { background-color: rgb(237,216,25); }
div.DivClassName
{
background-color: #EDD819;
}
.BgClassName
{
background-color: #EDD819;
}
</style>
border-color css
<style>
span { border-color: #EDD819; }
span { border-color: rgb(237,216,25); }
td.TdClassName
{
border-color: #EDD819;
}
.TagClassName
{
border-color: #EDD819;
}
</style>