Shades of Broom #EDD127
Tints of Broom #EDD127
RGB
CMYK
RGB Variations
Color information
#EDD127 (or 0xEDD127) is known color: Broom. HEX triplet: ED, D1 and 27. RGB value is (237,209,39). Sum of RGB (Red+Green+Blue) = 237+209+39=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD127 is #122ED8. Grayscale: #C6C6C6. Windows color (decimal): -1191641 or 2609645. OLE color: 2609645.
HSL color Cylindrical-coordinate representation of color #EDD127: hue angle of 51.52º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDD127 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 39 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.07 |
| HSL | 51.52º | 0.85% | 0.54% | - |
| HSV(B) | 51.52º | 0.84% | 0.93% | - |
| XYZ | 58.09 | 63.75 | 11.16 | - |
| YUV | 197.99 | 38.28 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 39 | 0 | 0.12 | 0.84 | 0.07 | 51.52 | 0.85 | 0.54 |
| Hex | ED | D1 | 27 | 0 | C | 54 | 7 | 34 | 55 | 36 |
| Octal | 355 | 321 | 47 | 0 | 14 | 124 | 7 | 64 | 125 | 66 |
| Binary | 11101101 | 11010001 | 100111 | 0 | 1100 | 1010100 | 111 | 110100 | 1010101 | 110110 |
Color Harmonies of #EDD127
Complementary color
Monochromatic Colors of #EDD127
Black with #EDD127
Text Example
Text Example
White with #EDD127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD127; }
p { color: rgb(237,209,39); }
H1.HeaderClassName
{
color: #EDD127;
}
.AnyTagClassName
{
color: #EDD127;
}
</style>
background-color css
<style>
a { background-color: #EDD127; }
a { background-color: rgb(237,209,39); }
div.DivClassName
{
background-color: #EDD127;
}
.BgClassName
{
background-color: #EDD127;
}
</style>
border-color css
<style>
span { border-color: #EDD127; }
span { border-color: rgb(237,209,39); }
td.TdClassName
{
border-color: #EDD127;
}
.TagClassName
{
border-color: #EDD127;
}
</style>