Shades of Broom #EDCB24
Tints of Broom #EDCB24
RGB
CMYK
RGB Variations
Color information
#EDCB24 (or 0xEDCB24) is known color: Broom. HEX triplet: ED, CB and 24. RGB value is (237,203,36). Sum of RGB (Red+Green+Blue) = 237+203+36=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 36 (14.45% from 255 or 7.56% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB24 is #1234DB. Grayscale: #C2C2C2. Windows color (decimal): -1193180 or 2411501. OLE color: 2411501.
HSL color Cylindrical-coordinate representation of color #EDCB24: hue angle of 49.85º 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 #EDCB24 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 36 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.07 |
| HSL | 49.85º | 0.85% | 0.54% | - |
| HSV(B) | 49.85º | 0.85% | 0.93% | - |
| XYZ | 56.6 | 60.84 | 10.43 | - |
| YUV | 194.13 | 38.76 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 36 | 0 | 0.14 | 0.85 | 0.07 | 49.85 | 0.85 | 0.54 |
| Hex | ED | CB | 24 | 0 | E | 55 | 7 | 32 | 55 | 36 |
| Octal | 355 | 313 | 44 | 0 | 16 | 125 | 7 | 62 | 125 | 66 |
| Binary | 11101101 | 11001011 | 100100 | 0 | 1110 | 1010101 | 111 | 110010 | 1010101 | 110110 |
Color Harmonies of #EDCB24
Complementary color
Monochromatic Colors of #EDCB24
Black with #EDCB24
Text Example
Text Example
White with #EDCB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB24; }
p { color: rgb(237,203,36); }
H1.HeaderClassName
{
color: #EDCB24;
}
.AnyTagClassName
{
color: #EDCB24;
}
</style>
background-color css
<style>
a { background-color: #EDCB24; }
a { background-color: rgb(237,203,36); }
div.DivClassName
{
background-color: #EDCB24;
}
.BgClassName
{
background-color: #EDCB24;
}
</style>
border-color css
<style>
span { border-color: #EDCB24; }
span { border-color: rgb(237,203,36); }
td.TdClassName
{
border-color: #EDCB24;
}
.TagClassName
{
border-color: #EDCB24;
}
</style>