Shades of Broom #EDC824
Tints of Broom #EDC824
RGB
CMYK
RGB Variations
Color information
#EDC824 (or 0xEDC824) is known color: Broom. HEX triplet: ED, C8 and 24. RGB value is (237,200,36). Sum of RGB (Red+Green+Blue) = 237+200+36=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 36 (14.45% from 255 or 7.61% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC824 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC824 is #1237DB. Grayscale: #C1C1C1. Windows color (decimal): -1193948 or 2410733. OLE color: 2410733.
HSL color Cylindrical-coordinate representation of color #EDC824: hue angle of 48.96º 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 #EDC824 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 36 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.07 |
| HSL | 48.96º | 0.85% | 0.54% | - |
| HSV(B) | 48.96º | 0.85% | 0.93% | - |
| XYZ | 55.9 | 59.44 | 10.2 | - |
| YUV | 192.37 | 39.76 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 36 | 0 | 0.16 | 0.85 | 0.07 | 48.96 | 0.85 | 0.54 |
| Hex | ED | C8 | 24 | 0 | 10 | 55 | 7 | 31 | 55 | 36 |
| Octal | 355 | 310 | 44 | 0 | 20 | 125 | 7 | 61 | 125 | 66 |
| Binary | 11101101 | 11001000 | 100100 | 0 | 10000 | 1010101 | 111 | 110001 | 1010101 | 110110 |
Color Harmonies of #EDC824
Complementary color
Monochromatic Colors of #EDC824
Black with #EDC824
Text Example
Text Example
White with #EDC824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC824; }
p { color: rgb(237,200,36); }
H1.HeaderClassName
{
color: #EDC824;
}
.AnyTagClassName
{
color: #EDC824;
}
</style>
background-color css
<style>
a { background-color: #EDC824; }
a { background-color: rgb(237,200,36); }
div.DivClassName
{
background-color: #EDC824;
}
.BgClassName
{
background-color: #EDC824;
}
</style>
border-color css
<style>
span { border-color: #EDC824; }
span { border-color: rgb(237,200,36); }
td.TdClassName
{
border-color: #EDC824;
}
.TagClassName
{
border-color: #EDC824;
}
</style>