Shades of Broom #EDD025
Tints of Broom #EDD025
RGB
CMYK
RGB Variations
Color information
#EDD025 (or 0xEDD025) is known color: Broom. HEX triplet: ED, D0 and 25. RGB value is (237,208,37). Sum of RGB (Red+Green+Blue) = 237+208+37=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD025 is #122FDA. Grayscale: #C5C5C5. Windows color (decimal): -1191899 or 2478317. OLE color: 2478317.
HSL color Cylindrical-coordinate representation of color #EDD025: hue angle of 51.3º 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 #EDD025 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 37 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.07 |
| HSL | 51.3º | 0.85% | 0.54% | - |
| HSV(B) | 51.3º | 0.84% | 0.93% | - |
| XYZ | 57.81 | 63.25 | 10.91 | - |
| YUV | 197.18 | 37.61 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 37 | 0 | 0.12 | 0.84 | 0.07 | 51.3 | 0.85 | 0.54 |
| Hex | ED | D0 | 25 | 0 | C | 54 | 7 | 33 | 55 | 36 |
| Octal | 355 | 320 | 45 | 0 | 14 | 124 | 7 | 63 | 125 | 66 |
| Binary | 11101101 | 11010000 | 100101 | 0 | 1100 | 1010100 | 111 | 110011 | 1010101 | 110110 |
Color Harmonies of #EDD025
Complementary color
Monochromatic Colors of #EDD025
Black with #EDD025
Text Example
Text Example
White with #EDD025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD025; }
p { color: rgb(237,208,37); }
H1.HeaderClassName
{
color: #EDD025;
}
.AnyTagClassName
{
color: #EDD025;
}
</style>
background-color css
<style>
a { background-color: #EDD025; }
a { background-color: rgb(237,208,37); }
div.DivClassName
{
background-color: #EDD025;
}
.BgClassName
{
background-color: #EDD025;
}
</style>
border-color css
<style>
span { border-color: #EDD025; }
span { border-color: rgb(237,208,37); }
td.TdClassName
{
border-color: #EDD025;
}
.TagClassName
{
border-color: #EDD025;
}
</style>