Shades of Broom #EDD21E
Tints of Broom #EDD21E
RGB
CMYK
RGB Variations
Color information
#EDD21E (or 0xEDD21E) is known color: Broom. HEX triplet: ED, D2 and 1E. RGB value is (237,210,30). Sum of RGB (Red+Green+Blue) = 237+210+30=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 30 (12.11% from 255 or 6.29% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD21E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD21E is #122DE1. Grayscale: #C6C6C6. Windows color (decimal): -1191394 or 2020077. OLE color: 2020077.
HSL color Cylindrical-coordinate representation of color #EDD21E: hue angle of 52.17º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDD21E is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 30 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.07 |
| HSL | 52.17º | 0.85% | 0.52% | - |
| HSV(B) | 52.17º | 0.87% | 0.93% | - |
| XYZ | 58.21 | 64.19 | 10.55 | - |
| YUV | 197.55 | 33.45 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 30 | 0 | 0.11 | 0.87 | 0.07 | 52.17 | 0.85 | 0.52 |
| Hex | ED | D2 | 1E | 0 | B | 57 | 7 | 34 | 55 | 34 |
| Octal | 355 | 322 | 36 | 0 | 13 | 127 | 7 | 64 | 125 | 64 |
| Binary | 11101101 | 11010010 | 11110 | 0 | 1011 | 1010111 | 111 | 110100 | 1010101 | 110100 |
Color Harmonies of #EDD21E
Complementary color
Monochromatic Colors of #EDD21E
Black with #EDD21E
Text Example
Text Example
White with #EDD21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD21E; }
p { color: rgb(237,210,30); }
H1.HeaderClassName
{
color: #EDD21E;
}
.AnyTagClassName
{
color: #EDD21E;
}
</style>
background-color css
<style>
a { background-color: #EDD21E; }
a { background-color: rgb(237,210,30); }
div.DivClassName
{
background-color: #EDD21E;
}
.BgClassName
{
background-color: #EDD21E;
}
</style>
border-color css
<style>
span { border-color: #EDD21E; }
span { border-color: rgb(237,210,30); }
td.TdClassName
{
border-color: #EDD21E;
}
.TagClassName
{
border-color: #EDD21E;
}
</style>