Shades of Broom #EDCC24
Tints of Broom #EDCC24
RGB
CMYK
RGB Variations
Color information
#EDCC24 (or 0xEDCC24) is known color: Broom. HEX triplet: ED, CC and 24. RGB value is (237,204,36). Sum of RGB (Red+Green+Blue) = 237+204+36=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 36 (14.45% from 255 or 7.55% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC24 is #1233DB. Grayscale: #C3C3C3. Windows color (decimal): -1192924 or 2411757. OLE color: 2411757.
HSL color Cylindrical-coordinate representation of color #EDCC24: hue angle of 50.15º 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 #EDCC24 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 36 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.07 |
| HSL | 50.15º | 0.85% | 0.54% | - |
| HSV(B) | 50.15º | 0.85% | 0.93% | - |
| XYZ | 56.84 | 61.32 | 10.51 | - |
| YUV | 194.72 | 38.43 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 36 | 0 | 0.14 | 0.85 | 0.07 | 50.15 | 0.85 | 0.54 |
| Hex | ED | CC | 24 | 0 | E | 55 | 7 | 32 | 55 | 36 |
| Octal | 355 | 314 | 44 | 0 | 16 | 125 | 7 | 62 | 125 | 66 |
| Binary | 11101101 | 11001100 | 100100 | 0 | 1110 | 1010101 | 111 | 110010 | 1010101 | 110110 |
Color Harmonies of #EDCC24
Complementary color
Monochromatic Colors of #EDCC24
Black with #EDCC24
Text Example
Text Example
White with #EDCC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC24; }
p { color: rgb(237,204,36); }
H1.HeaderClassName
{
color: #EDCC24;
}
.AnyTagClassName
{
color: #EDCC24;
}
</style>
background-color css
<style>
a { background-color: #EDCC24; }
a { background-color: rgb(237,204,36); }
div.DivClassName
{
background-color: #EDCC24;
}
.BgClassName
{
background-color: #EDCC24;
}
</style>
border-color css
<style>
span { border-color: #EDCC24; }
span { border-color: rgb(237,204,36); }
td.TdClassName
{
border-color: #EDCC24;
}
.TagClassName
{
border-color: #EDCC24;
}
</style>