Shades of Broom #EDDB19
Tints of Broom #EDDB19
RGB
CMYK
RGB Variations
Color information
#EDDB19 (or 0xEDDB19) is known color: Broom. HEX triplet: ED, DB and 19. RGB value is (237,219,25). Sum of RGB (Red+Green+Blue) = 237+219+25=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 25 (10.16% from 255 or 5.20% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB19 is #1224E6. Grayscale: #CBCBCB. Windows color (decimal): -1189095 or 1694701. OLE color: 1694701.
HSL color Cylindrical-coordinate representation of color #EDDB19: hue angle of 54.91º 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 #EDDB19 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 25 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.07 |
| HSL | 54.91º | 0.85% | 0.51% | - |
| HSV(B) | 54.91º | 0.89% | 0.93% | - |
| XYZ | 60.43 | 68.74 | 11 | - |
| YUV | 202.27 | 27.96 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 25 | 0 | 0.08 | 0.89 | 0.07 | 54.91 | 0.85 | 0.51 |
| Hex | ED | DB | 19 | 0 | 8 | 59 | 7 | 37 | 55 | 33 |
| Octal | 355 | 333 | 31 | 0 | 10 | 131 | 7 | 67 | 125 | 63 |
| Binary | 11101101 | 11011011 | 11001 | 0 | 1000 | 1011001 | 111 | 110111 | 1010101 | 110011 |
Color Harmonies of #EDDB19
Complementary color
Monochromatic Colors of #EDDB19
Black with #EDDB19
Text Example
Text Example
White with #EDDB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB19; }
p { color: rgb(237,219,25); }
H1.HeaderClassName
{
color: #EDDB19;
}
.AnyTagClassName
{
color: #EDDB19;
}
</style>
background-color css
<style>
a { background-color: #EDDB19; }
a { background-color: rgb(237,219,25); }
div.DivClassName
{
background-color: #EDDB19;
}
.BgClassName
{
background-color: #EDDB19;
}
</style>
border-color css
<style>
span { border-color: #EDDB19; }
span { border-color: rgb(237,219,25); }
td.TdClassName
{
border-color: #EDDB19;
}
.TagClassName
{
border-color: #EDDB19;
}
</style>