Shades of Broom #EDCD24
Tints of Broom #EDCD24
RGB
CMYK
RGB Variations
Color information
#EDCD24 (or 0xEDCD24) is known color: Broom. HEX triplet: ED, CD and 24. RGB value is (237,205,36). Sum of RGB (Red+Green+Blue) = 237+205+36=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 36 (14.45% from 255 or 7.53% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD24 is #1232DB. Grayscale: #C4C4C4. Windows color (decimal): -1192668 or 2412013. OLE color: 2412013.
HSL color Cylindrical-coordinate representation of color #EDCD24: hue angle of 50.45º 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 #EDCD24 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 36 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.07 |
| HSL | 50.45º | 0.85% | 0.54% | - |
| HSV(B) | 50.45º | 0.85% | 0.93% | - |
| XYZ | 57.07 | 61.79 | 10.59 | - |
| YUV | 195.3 | 38.1 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 36 | 0 | 0.14 | 0.85 | 0.07 | 50.45 | 0.85 | 0.54 |
| Hex | ED | CD | 24 | 0 | E | 55 | 7 | 32 | 55 | 36 |
| Octal | 355 | 315 | 44 | 0 | 16 | 125 | 7 | 62 | 125 | 66 |
| Binary | 11101101 | 11001101 | 100100 | 0 | 1110 | 1010101 | 111 | 110010 | 1010101 | 110110 |
Color Harmonies of #EDCD24
Complementary color
Monochromatic Colors of #EDCD24
Black with #EDCD24
Text Example
Text Example
White with #EDCD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD24; }
p { color: rgb(237,205,36); }
H1.HeaderClassName
{
color: #EDCD24;
}
.AnyTagClassName
{
color: #EDCD24;
}
</style>
background-color css
<style>
a { background-color: #EDCD24; }
a { background-color: rgb(237,205,36); }
div.DivClassName
{
background-color: #EDCD24;
}
.BgClassName
{
background-color: #EDCD24;
}
</style>
border-color css
<style>
span { border-color: #EDCD24; }
span { border-color: rgb(237,205,36); }
td.TdClassName
{
border-color: #EDCD24;
}
.TagClassName
{
border-color: #EDCD24;
}
</style>