Shades of Broom #EDDA19
Tints of Broom #EDDA19
RGB
CMYK
RGB Variations
Color information
#EDDA19 (or 0xEDDA19) is known color: Broom. HEX triplet: ED, DA and 19. RGB value is (237,218,25). Sum of RGB (Red+Green+Blue) = 237+218+25=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 25 (10.16% from 255 or 5.21% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA19 is #1225E6. Grayscale: #CACACA. Windows color (decimal): -1189351 or 1694445. OLE color: 1694445.
HSL color Cylindrical-coordinate representation of color #EDDA19: hue angle of 54.62º 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 #EDDA19 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 25 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.07 |
| HSL | 54.62º | 0.85% | 0.51% | - |
| HSV(B) | 54.62º | 0.89% | 0.93% | - |
| XYZ | 60.17 | 68.22 | 10.92 | - |
| YUV | 201.68 | 28.29 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 25 | 0 | 0.08 | 0.89 | 0.07 | 54.62 | 0.85 | 0.51 |
| Hex | ED | DA | 19 | 0 | 8 | 59 | 7 | 37 | 55 | 33 |
| Octal | 355 | 332 | 31 | 0 | 10 | 131 | 7 | 67 | 125 | 63 |
| Binary | 11101101 | 11011010 | 11001 | 0 | 1000 | 1011001 | 111 | 110111 | 1010101 | 110011 |
Color Harmonies of #EDDA19
Complementary color
Monochromatic Colors of #EDDA19
Black with #EDDA19
Text Example
Text Example
White with #EDDA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA19; }
p { color: rgb(237,218,25); }
H1.HeaderClassName
{
color: #EDDA19;
}
.AnyTagClassName
{
color: #EDDA19;
}
</style>
background-color css
<style>
a { background-color: #EDDA19; }
a { background-color: rgb(237,218,25); }
div.DivClassName
{
background-color: #EDDA19;
}
.BgClassName
{
background-color: #EDDA19;
}
</style>
border-color css
<style>
span { border-color: #EDDA19; }
span { border-color: rgb(237,218,25); }
td.TdClassName
{
border-color: #EDDA19;
}
.TagClassName
{
border-color: #EDDA19;
}
</style>