Shades of Broom #EDCE19
Tints of Broom #EDCE19
RGB
CMYK
RGB Variations
Color information
#EDCE19 (or 0xEDCE19) is known color: Broom. HEX triplet: ED, CE and 19. RGB value is (237,206,25). Sum of RGB (Red+Green+Blue) = 237+206+25=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 25 (10.16% from 255 or 5.34% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCE19 is #1231E6. Grayscale: #C3C3C3. Windows color (decimal): -1192423 or 1691373. OLE color: 1691373.
HSL color Cylindrical-coordinate representation of color #EDCE19: hue angle of 51.23º 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 #EDCE19 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 25 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.07 |
| HSL | 51.23º | 0.85% | 0.51% | - |
| HSV(B) | 51.23º | 0.89% | 0.93% | - |
| XYZ | 57.17 | 62.22 | 9.92 | - |
| YUV | 194.64 | 32.27 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 25 | 0 | 0.13 | 0.89 | 0.07 | 51.23 | 0.85 | 0.51 |
| Hex | ED | CE | 19 | 0 | D | 59 | 7 | 33 | 55 | 33 |
| Octal | 355 | 316 | 31 | 0 | 15 | 131 | 7 | 63 | 125 | 63 |
| Binary | 11101101 | 11001110 | 11001 | 0 | 1101 | 1011001 | 111 | 110011 | 1010101 | 110011 |
Color Harmonies of #EDCE19
Complementary color
Monochromatic Colors of #EDCE19
Black with #EDCE19
Text Example
Text Example
White with #EDCE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE19; }
p { color: rgb(237,206,25); }
H1.HeaderClassName
{
color: #EDCE19;
}
.AnyTagClassName
{
color: #EDCE19;
}
</style>
background-color css
<style>
a { background-color: #EDCE19; }
a { background-color: rgb(237,206,25); }
div.DivClassName
{
background-color: #EDCE19;
}
.BgClassName
{
background-color: #EDCE19;
}
</style>
border-color css
<style>
span { border-color: #EDCE19; }
span { border-color: rgb(237,206,25); }
td.TdClassName
{
border-color: #EDCE19;
}
.TagClassName
{
border-color: #EDCE19;
}
</style>