Shades of Broom #EDD214
Tints of Broom #EDD214
RGB
CMYK
RGB Variations
Color information
#EDD214 (or 0xEDD214) is known color: Broom. HEX triplet: ED, D2 and 14. RGB value is (237,210,20). Sum of RGB (Red+Green+Blue) = 237+210+20=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD214 is #122DEB. Grayscale: #C5C5C5. Windows color (decimal): -1191404 or 1364717. OLE color: 1364717.
HSL color Cylindrical-coordinate representation of color #EDD214: hue angle of 52.53º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDD214 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 20 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.07 |
| HSL | 52.53º | 0.86% | 0.5% | - |
| HSV(B) | 52.53º | 0.92% | 0.93% | - |
| XYZ | 58.1 | 64.15 | 9.98 | - |
| YUV | 196.41 | 28.45 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 20 | 0 | 0.11 | 0.92 | 0.07 | 52.53 | 0.86 | 0.5 |
| Hex | ED | D2 | 14 | 0 | B | 5C | 7 | 35 | 56 | 32 |
| Octal | 355 | 322 | 24 | 0 | 13 | 134 | 7 | 65 | 126 | 62 |
| Binary | 11101101 | 11010010 | 10100 | 0 | 1011 | 1011100 | 111 | 110101 | 1010110 | 110010 |
Color Harmonies of #EDD214
Complementary color
Monochromatic Colors of #EDD214
Black with #EDD214
Text Example
Text Example
White with #EDD214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD214; }
p { color: rgb(237,210,20); }
H1.HeaderClassName
{
color: #EDD214;
}
.AnyTagClassName
{
color: #EDD214;
}
</style>
background-color css
<style>
a { background-color: #EDD214; }
a { background-color: rgb(237,210,20); }
div.DivClassName
{
background-color: #EDD214;
}
.BgClassName
{
background-color: #EDD214;
}
</style>
border-color css
<style>
span { border-color: #EDD214; }
span { border-color: rgb(237,210,20); }
td.TdClassName
{
border-color: #EDD214;
}
.TagClassName
{
border-color: #EDD214;
}
</style>