Shades of Broom #EBDC17
Tints of Broom #EBDC17
RGB
CMYK
RGB Variations
Color information
#EBDC17 (or 0xEBDC17) is known color: Broom. HEX triplet: EB, DC and 17. RGB value is (235,220,23). Sum of RGB (Red+Green+Blue) = 235+220+23=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 23 (9.38% from 255 or 4.81% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDC17 is #1423E8. Grayscale: #CACACA. Windows color (decimal): -1319913 or 1563883. OLE color: 1563883.
HSL color Cylindrical-coordinate representation of color #EBDC17: hue angle of 55.75º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBDC17 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 23 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.08 |
| HSL | 55.75º | 0.84% | 0.51% | - |
| HSV(B) | 55.75º | 0.9% | 0.92% | - |
| XYZ | 60.01 | 68.91 | 10.95 | - |
| YUV | 202.03 | 26.97 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 23 | 0 | 0.06 | 0.90 | 0.08 | 55.75 | 0.84 | 0.51 |
| Hex | EB | DC | 17 | 0 | 6 | 5A | 8 | 38 | 54 | 33 |
| Octal | 353 | 334 | 27 | 0 | 6 | 132 | 10 | 70 | 124 | 63 |
| Binary | 11101011 | 11011100 | 10111 | 0 | 110 | 1011010 | 1000 | 111000 | 1010100 | 110011 |
Color Harmonies of #EBDC17
Complementary color
Monochromatic Colors of #EBDC17
Black with #EBDC17
Text Example
Text Example
White with #EBDC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC17; }
p { color: rgb(235,220,23); }
H1.HeaderClassName
{
color: #EBDC17;
}
.AnyTagClassName
{
color: #EBDC17;
}
</style>
background-color css
<style>
a { background-color: #EBDC17; }
a { background-color: rgb(235,220,23); }
div.DivClassName
{
background-color: #EBDC17;
}
.BgClassName
{
background-color: #EBDC17;
}
</style>
border-color css
<style>
span { border-color: #EBDC17; }
span { border-color: rgb(235,220,23); }
td.TdClassName
{
border-color: #EBDC17;
}
.TagClassName
{
border-color: #EBDC17;
}
</style>