Shades of Broom #EDDB20
Tints of Broom #EDDB20
RGB
CMYK
RGB Variations
Color information
#EDDB20 (or 0xEDDB20) is known color: Broom. HEX triplet: ED, DB and 20. RGB value is (237,219,32). Sum of RGB (Red+Green+Blue) = 237+219+32=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB20 is #1224DF. Grayscale: #CBCBCB. Windows color (decimal): -1189088 or 2153453. OLE color: 2153453.
HSL color Cylindrical-coordinate representation of color #EDDB20: hue angle of 54.73º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDDB20 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 32 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.07 |
| HSL | 54.73º | 0.85% | 0.53% | - |
| HSV(B) | 54.73º | 0.86% | 0.93% | - |
| XYZ | 60.52 | 68.77 | 11.45 | - |
| YUV | 203.06 | 31.46 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 32 | 0 | 0.08 | 0.86 | 0.07 | 54.73 | 0.85 | 0.53 |
| Hex | ED | DB | 20 | 0 | 8 | 56 | 7 | 37 | 55 | 35 |
| Octal | 355 | 333 | 40 | 0 | 10 | 126 | 7 | 67 | 125 | 65 |
| Binary | 11101101 | 11011011 | 100000 | 0 | 1000 | 1010110 | 111 | 110111 | 1010101 | 110101 |
Color Harmonies of #EDDB20
Complementary color
Monochromatic Colors of #EDDB20
Black with #EDDB20
Text Example
Text Example
White with #EDDB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB20; }
p { color: rgb(237,219,32); }
H1.HeaderClassName
{
color: #EDDB20;
}
.AnyTagClassName
{
color: #EDDB20;
}
</style>
background-color css
<style>
a { background-color: #EDDB20; }
a { background-color: rgb(237,219,32); }
div.DivClassName
{
background-color: #EDDB20;
}
.BgClassName
{
background-color: #EDDB20;
}
</style>
border-color css
<style>
span { border-color: #EDDB20; }
span { border-color: rgb(237,219,32); }
td.TdClassName
{
border-color: #EDDB20;
}
.TagClassName
{
border-color: #EDDB20;
}
</style>