Shades of Broom #EDD825
Tints of Broom #EDD825
RGB
CMYK
RGB Variations
Color information
#EDD825 (or 0xEDD825) is known color: Broom. HEX triplet: ED, D8 and 25. RGB value is (237,216,37). Sum of RGB (Red+Green+Blue) = 237+216+37=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 37 (14.84% from 255 or 7.55% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD825 is #1227DA. Grayscale: #CACACA. Windows color (decimal): -1189851 or 2480365. OLE color: 2480365.
HSL color Cylindrical-coordinate representation of color #EDD825: hue angle of 53.7º 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 #EDD825 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 37 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.07 |
| HSL | 53.7º | 0.85% | 0.54% | - |
| HSV(B) | 53.7º | 0.84% | 0.93% | - |
| XYZ | 59.81 | 67.25 | 11.58 | - |
| YUV | 201.87 | 34.96 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 37 | 0 | 0.09 | 0.84 | 0.07 | 53.7 | 0.85 | 0.54 |
| Hex | ED | D8 | 25 | 0 | 9 | 54 | 7 | 36 | 55 | 36 |
| Octal | 355 | 330 | 45 | 0 | 11 | 124 | 7 | 66 | 125 | 66 |
| Binary | 11101101 | 11011000 | 100101 | 0 | 1001 | 1010100 | 111 | 110110 | 1010101 | 110110 |
Color Harmonies of #EDD825
Complementary color
Monochromatic Colors of #EDD825
Black with #EDD825
Text Example
Text Example
White with #EDD825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD825; }
p { color: rgb(237,216,37); }
H1.HeaderClassName
{
color: #EDD825;
}
.AnyTagClassName
{
color: #EDD825;
}
</style>
background-color css
<style>
a { background-color: #EDD825; }
a { background-color: rgb(237,216,37); }
div.DivClassName
{
background-color: #EDD825;
}
.BgClassName
{
background-color: #EDD825;
}
</style>
border-color css
<style>
span { border-color: #EDD825; }
span { border-color: rgb(237,216,37); }
td.TdClassName
{
border-color: #EDD825;
}
.TagClassName
{
border-color: #EDD825;
}
</style>