Shades of Broom #EDD10E
Tints of Broom #EDD10E
RGB
CMYK
RGB Variations
Color information
#EDD10E (or 0xEDD10E) is known color: Broom. HEX triplet: ED, D1 and 0E. RGB value is (237,209,14). Sum of RGB (Red+Green+Blue) = 237+209+14=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD10E is #122EF1. Grayscale: #C3C3C3. Windows color (decimal): -1191666 or 971245. OLE color: 971245.
HSL color Cylindrical-coordinate representation of color #EDD10E: hue angle of 52.47º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDD10E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 14 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.07 |
| HSL | 52.47º | 0.89% | 0.49% | - |
| HSV(B) | 52.47º | 0.94% | 0.93% | - |
| XYZ | 57.8 | 63.64 | 9.65 | - |
| YUV | 195.14 | 25.78 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 14 | 0 | 0.12 | 0.94 | 0.07 | 52.47 | 0.89 | 0.49 |
| Hex | ED | D1 | E | 0 | C | 5E | 7 | 34 | 59 | 31 |
| Octal | 355 | 321 | 16 | 0 | 14 | 136 | 7 | 64 | 131 | 61 |
| Binary | 11101101 | 11010001 | 1110 | 0 | 1100 | 1011110 | 111 | 110100 | 1011001 | 110001 |
Color Harmonies of #EDD10E
Complementary color
Monochromatic Colors of #EDD10E
Black with #EDD10E
Text Example
Text Example
White with #EDD10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD10E; }
p { color: rgb(237,209,14); }
H1.HeaderClassName
{
color: #EDD10E;
}
.AnyTagClassName
{
color: #EDD10E;
}
</style>
background-color css
<style>
a { background-color: #EDD10E; }
a { background-color: rgb(237,209,14); }
div.DivClassName
{
background-color: #EDD10E;
}
.BgClassName
{
background-color: #EDD10E;
}
</style>
border-color css
<style>
span { border-color: #EDD10E; }
span { border-color: rgb(237,209,14); }
td.TdClassName
{
border-color: #EDD10E;
}
.TagClassName
{
border-color: #EDD10E;
}
</style>