Shades of Broom #EDD527
Tints of Broom #EDD527
RGB
CMYK
RGB Variations
Color information
#EDD527 (or 0xEDD527) is known color: Broom. HEX triplet: ED, D5 and 27. RGB value is (237,213,39). Sum of RGB (Red+Green+Blue) = 237+213+39=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 39 (15.62% from 255 or 7.98% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD527 is #122AD8. Grayscale: #C9C9C9. Windows color (decimal): -1190617 or 2610669. OLE color: 2610669.
HSL color Cylindrical-coordinate representation of color #EDD527: hue angle of 52.73º 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 #EDD527 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 39 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.07 |
| HSL | 52.73º | 0.85% | 0.54% | - |
| HSV(B) | 52.73º | 0.84% | 0.93% | - |
| XYZ | 59.09 | 65.74 | 11.49 | - |
| YUV | 200.34 | 36.95 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 39 | 0 | 0.10 | 0.84 | 0.07 | 52.73 | 0.85 | 0.54 |
| Hex | ED | D5 | 27 | 0 | A | 54 | 7 | 35 | 55 | 36 |
| Octal | 355 | 325 | 47 | 0 | 12 | 124 | 7 | 65 | 125 | 66 |
| Binary | 11101101 | 11010101 | 100111 | 0 | 1010 | 1010100 | 111 | 110101 | 1010101 | 110110 |
Color Harmonies of #EDD527
Complementary color
Monochromatic Colors of #EDD527
Black with #EDD527
Text Example
Text Example
White with #EDD527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD527; }
p { color: rgb(237,213,39); }
H1.HeaderClassName
{
color: #EDD527;
}
.AnyTagClassName
{
color: #EDD527;
}
</style>
background-color css
<style>
a { background-color: #EDD527; }
a { background-color: rgb(237,213,39); }
div.DivClassName
{
background-color: #EDD527;
}
.BgClassName
{
background-color: #EDD527;
}
</style>
border-color css
<style>
span { border-color: #EDD527; }
span { border-color: rgb(237,213,39); }
td.TdClassName
{
border-color: #EDD527;
}
.TagClassName
{
border-color: #EDD527;
}
</style>