Shades of Broom #EDC924
Tints of Broom #EDC924
RGB
CMYK
RGB Variations
Color information
#EDC924 (or 0xEDC924) is known color: Broom. HEX triplet: ED, C9 and 24. RGB value is (237,201,36). Sum of RGB (Red+Green+Blue) = 237+201+36=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 36 (14.45% from 255 or 7.59% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC924 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC924 is #1236DB. Grayscale: #C1C1C1. Windows color (decimal): -1193692 or 2410989. OLE color: 2410989.
HSL color Cylindrical-coordinate representation of color #EDC924: hue angle of 49.25º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDC924 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 36 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.07 |
| HSL | 49.25º | 0.85% | 0.54% | - |
| HSV(B) | 49.25º | 0.85% | 0.93% | - |
| XYZ | 56.13 | 59.91 | 10.27 | - |
| YUV | 192.95 | 39.43 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 36 | 0 | 0.15 | 0.85 | 0.07 | 49.25 | 0.85 | 0.54 |
| Hex | ED | C9 | 24 | 0 | F | 55 | 7 | 31 | 55 | 36 |
| Octal | 355 | 311 | 44 | 0 | 17 | 125 | 7 | 61 | 125 | 66 |
| Binary | 11101101 | 11001001 | 100100 | 0 | 1111 | 1010101 | 111 | 110001 | 1010101 | 110110 |
Color Harmonies of #EDC924
Complementary color
Monochromatic Colors of #EDC924
Black with #EDC924
Text Example
Text Example
White with #EDC924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC924; }
p { color: rgb(237,201,36); }
H1.HeaderClassName
{
color: #EDC924;
}
.AnyTagClassName
{
color: #EDC924;
}
</style>
background-color css
<style>
a { background-color: #EDC924; }
a { background-color: rgb(237,201,36); }
div.DivClassName
{
background-color: #EDC924;
}
.BgClassName
{
background-color: #EDC924;
}
</style>
border-color css
<style>
span { border-color: #EDC924; }
span { border-color: rgb(237,201,36); }
td.TdClassName
{
border-color: #EDC924;
}
.TagClassName
{
border-color: #EDC924;
}
</style>