Shades of Broom #EDDA20
Tints of Broom #EDDA20
RGB
CMYK
RGB Variations
Color information
#EDDA20 (or 0xEDDA20) is known color: Broom. HEX triplet: ED, DA and 20. RGB value is (237,218,32). Sum of RGB (Red+Green+Blue) = 237+218+32=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 32 (12.89% from 255 or 6.57% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA20 is #1225DF. Grayscale: #CBCBCB. Windows color (decimal): -1189344 or 2153197. OLE color: 2153197.
HSL color Cylindrical-coordinate representation of color #EDDA20: hue angle of 54.44º 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 #EDDA20 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 32 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.07 |
| HSL | 54.44º | 0.85% | 0.53% | - |
| HSV(B) | 54.44º | 0.86% | 0.93% | - |
| XYZ | 60.26 | 68.25 | 11.36 | - |
| YUV | 202.48 | 31.79 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 32 | 0 | 0.08 | 0.86 | 0.07 | 54.44 | 0.85 | 0.53 |
| Hex | ED | DA | 20 | 0 | 8 | 56 | 7 | 36 | 55 | 35 |
| Octal | 355 | 332 | 40 | 0 | 10 | 126 | 7 | 66 | 125 | 65 |
| Binary | 11101101 | 11011010 | 100000 | 0 | 1000 | 1010110 | 111 | 110110 | 1010101 | 110101 |
Color Harmonies of #EDDA20
Complementary color
Monochromatic Colors of #EDDA20
Black with #EDDA20
Text Example
Text Example
White with #EDDA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA20; }
p { color: rgb(237,218,32); }
H1.HeaderClassName
{
color: #EDDA20;
}
.AnyTagClassName
{
color: #EDDA20;
}
</style>
background-color css
<style>
a { background-color: #EDDA20; }
a { background-color: rgb(237,218,32); }
div.DivClassName
{
background-color: #EDDA20;
}
.BgClassName
{
background-color: #EDDA20;
}
</style>
border-color css
<style>
span { border-color: #EDDA20; }
span { border-color: rgb(237,218,32); }
td.TdClassName
{
border-color: #EDDA20;
}
.TagClassName
{
border-color: #EDDA20;
}
</style>