Shades of Broom #EDCD20
Tints of Broom #EDCD20
RGB
CMYK
RGB Variations
Color information
#EDCD20 (or 0xEDCD20) is known color: Broom. HEX triplet: ED, CD and 20. RGB value is (237,205,32). Sum of RGB (Red+Green+Blue) = 237+205+32=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD20 is #1232DF. Grayscale: #C3C3C3. Windows color (decimal): -1192672 or 2149869. OLE color: 2149869.
HSL color Cylindrical-coordinate representation of color #EDCD20: hue angle of 50.63º 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 #EDCD20 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 32 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.07 |
| HSL | 50.63º | 0.85% | 0.53% | - |
| HSV(B) | 50.63º | 0.86% | 0.93% | - |
| XYZ | 57.02 | 61.77 | 10.28 | - |
| YUV | 194.85 | 36.1 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 32 | 0 | 0.14 | 0.86 | 0.07 | 50.63 | 0.85 | 0.53 |
| Hex | ED | CD | 20 | 0 | E | 56 | 7 | 33 | 55 | 35 |
| Octal | 355 | 315 | 40 | 0 | 16 | 126 | 7 | 63 | 125 | 65 |
| Binary | 11101101 | 11001101 | 100000 | 0 | 1110 | 1010110 | 111 | 110011 | 1010101 | 110101 |
Color Harmonies of #EDCD20
Complementary color
Monochromatic Colors of #EDCD20
Black with #EDCD20
Text Example
Text Example
White with #EDCD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD20; }
p { color: rgb(237,205,32); }
H1.HeaderClassName
{
color: #EDCD20;
}
.AnyTagClassName
{
color: #EDCD20;
}
</style>
background-color css
<style>
a { background-color: #EDCD20; }
a { background-color: rgb(237,205,32); }
div.DivClassName
{
background-color: #EDCD20;
}
.BgClassName
{
background-color: #EDCD20;
}
</style>
border-color css
<style>
span { border-color: #EDCD20; }
span { border-color: rgb(237,205,32); }
td.TdClassName
{
border-color: #EDCD20;
}
.TagClassName
{
border-color: #EDCD20;
}
</style>