Shades of Broom #EBDD19
Tints of Broom #EBDD19
RGB
CMYK
RGB Variations
Color information
#EBDD19 (or 0xEBDD19) is known color: Broom. HEX triplet: EB, DD and 19. RGB value is (235,221,25). Sum of RGB (Red+Green+Blue) = 235+221+25=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 25 (10.16% from 255 or 5.20% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDD19 is #1422E6. Grayscale: #CBCBCB. Windows color (decimal): -1319655 or 1695211. OLE color: 1695211.
HSL color Cylindrical-coordinate representation of color #EBDD19: hue angle of 56º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBDD19 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 25 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.08 |
| HSL | 56º | 0.84% | 0.51% | - |
| HSV(B) | 56º | 0.89% | 0.92% | - |
| XYZ | 60.29 | 69.45 | 11.15 | - |
| YUV | 202.84 | 27.64 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 25 | 0 | 0.06 | 0.89 | 0.08 | 56 | 0.84 | 0.51 |
| Hex | EB | DD | 19 | 0 | 6 | 59 | 8 | 38 | 54 | 33 |
| Octal | 353 | 335 | 31 | 0 | 6 | 131 | 10 | 70 | 124 | 63 |
| Binary | 11101011 | 11011101 | 11001 | 0 | 110 | 1011001 | 1000 | 111000 | 1010100 | 110011 |
Color Harmonies of #EBDD19
Complementary color
Monochromatic Colors of #EBDD19
Black with #EBDD19
Text Example
Text Example
White with #EBDD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDD19; }
p { color: rgb(235,221,25); }
H1.HeaderClassName
{
color: #EBDD19;
}
.AnyTagClassName
{
color: #EBDD19;
}
</style>
background-color css
<style>
a { background-color: #EBDD19; }
a { background-color: rgb(235,221,25); }
div.DivClassName
{
background-color: #EBDD19;
}
.BgClassName
{
background-color: #EBDD19;
}
</style>
border-color css
<style>
span { border-color: #EBDD19; }
span { border-color: rgb(235,221,25); }
td.TdClassName
{
border-color: #EBDD19;
}
.TagClassName
{
border-color: #EBDD19;
}
</style>