Shades of Broom #EDCB19
Tints of Broom #EDCB19
RGB
CMYK
RGB Variations
Color information
#EDCB19 (or 0xEDCB19) is known color: Broom. HEX triplet: ED, CB and 19. RGB value is (237,203,25). Sum of RGB (Red+Green+Blue) = 237+203+25=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 25 (10.16% from 255 or 5.38% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCB19 is #1234E6. Grayscale: #C1C1C1. Windows color (decimal): -1193191 or 1690605. OLE color: 1690605.
HSL color Cylindrical-coordinate representation of color #EDCB19: hue angle of 50.38º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDCB19 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 25 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.07 |
| HSL | 50.38º | 0.85% | 0.51% | - |
| HSV(B) | 50.38º | 0.89% | 0.93% | - |
| XYZ | 56.46 | 60.79 | 9.68 | - |
| YUV | 192.87 | 33.26 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 25 | 0 | 0.14 | 0.89 | 0.07 | 50.38 | 0.85 | 0.51 |
| Hex | ED | CB | 19 | 0 | E | 59 | 7 | 32 | 55 | 33 |
| Octal | 355 | 313 | 31 | 0 | 16 | 131 | 7 | 62 | 125 | 63 |
| Binary | 11101101 | 11001011 | 11001 | 0 | 1110 | 1011001 | 111 | 110010 | 1010101 | 110011 |
Color Harmonies of #EDCB19
Complementary color
Monochromatic Colors of #EDCB19
Black with #EDCB19
Text Example
Text Example
White with #EDCB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB19; }
p { color: rgb(237,203,25); }
H1.HeaderClassName
{
color: #EDCB19;
}
.AnyTagClassName
{
color: #EDCB19;
}
</style>
background-color css
<style>
a { background-color: #EDCB19; }
a { background-color: rgb(237,203,25); }
div.DivClassName
{
background-color: #EDCB19;
}
.BgClassName
{
background-color: #EDCB19;
}
</style>
border-color css
<style>
span { border-color: #EDCB19; }
span { border-color: rgb(237,203,25); }
td.TdClassName
{
border-color: #EDCB19;
}
.TagClassName
{
border-color: #EDCB19;
}
</style>