Shades of Broom #EDD528
Tints of Broom #EDD528
RGB
CMYK
RGB Variations
Color information
#EDD528 (or 0xEDD528) is known color: Broom. HEX triplet: ED, D5 and 28. RGB value is (237,213,40). Sum of RGB (Red+Green+Blue) = 237+213+40=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 40 (16.02% from 255 or 8.16% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD528 is #122AD7. Grayscale: #C9C9C9. Windows color (decimal): -1190616 or 2676205. OLE color: 2676205.
HSL color Cylindrical-coordinate representation of color #EDD528: hue angle of 52.69º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDD528 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 40 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.07 |
| HSL | 52.69º | 0.85% | 0.54% | - |
| HSV(B) | 52.69º | 0.83% | 0.93% | - |
| XYZ | 59.1 | 65.75 | 11.58 | - |
| YUV | 200.45 | 37.45 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 40 | 0 | 0.10 | 0.83 | 0.07 | 52.69 | 0.85 | 0.54 |
| Hex | ED | D5 | 28 | 0 | A | 53 | 7 | 35 | 55 | 36 |
| Octal | 355 | 325 | 50 | 0 | 12 | 123 | 7 | 65 | 125 | 66 |
| Binary | 11101101 | 11010101 | 101000 | 0 | 1010 | 1010011 | 111 | 110101 | 1010101 | 110110 |
Color Harmonies of #EDD528
Complementary color
Monochromatic Colors of #EDD528
Black with #EDD528
Text Example
Text Example
White with #EDD528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD528; }
p { color: rgb(237,213,40); }
H1.HeaderClassName
{
color: #EDD528;
}
.AnyTagClassName
{
color: #EDD528;
}
</style>
background-color css
<style>
a { background-color: #EDD528; }
a { background-color: rgb(237,213,40); }
div.DivClassName
{
background-color: #EDD528;
}
.BgClassName
{
background-color: #EDD528;
}
</style>
border-color css
<style>
span { border-color: #EDD528; }
span { border-color: rgb(237,213,40); }
td.TdClassName
{
border-color: #EDD528;
}
.TagClassName
{
border-color: #EDD528;
}
</style>