Shades of Broom #EDD11D
Tints of Broom #EDD11D
RGB
CMYK
RGB Variations
Color information
#EDD11D (or 0xEDD11D) is known color: Broom. HEX triplet: ED, D1 and 1D. RGB value is (237,209,29). Sum of RGB (Red+Green+Blue) = 237+209+29=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 29 (11.72% from 255 or 6.11% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD11D is #122EE2. Grayscale: #C5C5C5. Windows color (decimal): -1191651 or 1954285. OLE color: 1954285.
HSL color Cylindrical-coordinate representation of color #EDD11D: hue angle of 51.92º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDD11D is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 29 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.07 |
| HSL | 51.92º | 0.85% | 0.52% | - |
| HSV(B) | 51.92º | 0.88% | 0.93% | - |
| XYZ | 57.95 | 63.69 | 10.4 | - |
| YUV | 196.85 | 33.28 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 29 | 0 | 0.12 | 0.88 | 0.07 | 51.92 | 0.85 | 0.52 |
| Hex | ED | D1 | 1D | 0 | C | 58 | 7 | 34 | 55 | 34 |
| Octal | 355 | 321 | 35 | 0 | 14 | 130 | 7 | 64 | 125 | 64 |
| Binary | 11101101 | 11010001 | 11101 | 0 | 1100 | 1011000 | 111 | 110100 | 1010101 | 110100 |
Color Harmonies of #EDD11D
Complementary color
Monochromatic Colors of #EDD11D
Black with #EDD11D
Text Example
Text Example
White with #EDD11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD11D; }
p { color: rgb(237,209,29); }
H1.HeaderClassName
{
color: #EDD11D;
}
.AnyTagClassName
{
color: #EDD11D;
}
</style>
background-color css
<style>
a { background-color: #EDD11D; }
a { background-color: rgb(237,209,29); }
div.DivClassName
{
background-color: #EDD11D;
}
.BgClassName
{
background-color: #EDD11D;
}
</style>
border-color css
<style>
span { border-color: #EDD11D; }
span { border-color: rgb(237,209,29); }
td.TdClassName
{
border-color: #EDD11D;
}
.TagClassName
{
border-color: #EDD11D;
}
</style>