Shades of Broom #EBDA17
Tints of Broom #EBDA17
RGB
CMYK
RGB Variations
Color information
#EBDA17 (or 0xEBDA17) is known color: Broom. HEX triplet: EB, DA and 17. RGB value is (235,218,23). Sum of RGB (Red+Green+Blue) = 235+218+23=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 23 (9.38% from 255 or 4.83% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDA17 is #1425E8. Grayscale: #C9C9C9. Windows color (decimal): -1320425 or 1563371. OLE color: 1563371.
HSL color Cylindrical-coordinate representation of color #EBDA17: hue angle of 55.19º 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 #EBDA17 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 23 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.08 |
| HSL | 55.19º | 0.84% | 0.51% | - |
| HSV(B) | 55.19º | 0.9% | 0.92% | - |
| XYZ | 59.49 | 67.87 | 10.77 | - |
| YUV | 200.85 | 27.63 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 23 | 0 | 0.07 | 0.90 | 0.08 | 55.19 | 0.84 | 0.51 |
| Hex | EB | DA | 17 | 0 | 7 | 5A | 8 | 37 | 54 | 33 |
| Octal | 353 | 332 | 27 | 0 | 7 | 132 | 10 | 67 | 124 | 63 |
| Binary | 11101011 | 11011010 | 10111 | 0 | 111 | 1011010 | 1000 | 110111 | 1010100 | 110011 |
Color Harmonies of #EBDA17
Complementary color
Monochromatic Colors of #EBDA17
Black with #EBDA17
Text Example
Text Example
White with #EBDA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA17; }
p { color: rgb(235,218,23); }
H1.HeaderClassName
{
color: #EBDA17;
}
.AnyTagClassName
{
color: #EBDA17;
}
</style>
background-color css
<style>
a { background-color: #EBDA17; }
a { background-color: rgb(235,218,23); }
div.DivClassName
{
background-color: #EBDA17;
}
.BgClassName
{
background-color: #EBDA17;
}
</style>
border-color css
<style>
span { border-color: #EBDA17; }
span { border-color: rgb(235,218,23); }
td.TdClassName
{
border-color: #EBDA17;
}
.TagClassName
{
border-color: #EBDA17;
}
</style>