Shades of Broom #EBCB17
Tints of Broom #EBCB17
RGB
CMYK
RGB Variations
Color information
#EBCB17 (or 0xEBCB17) is known color: Broom. HEX triplet: EB, CB and 17. RGB value is (235,203,23). Sum of RGB (Red+Green+Blue) = 235+203+23=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 23 (9.38% from 255 or 4.99% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCB17 is #1434E8. Grayscale: #C0C0C0. Windows color (decimal): -1324265 or 1559531. OLE color: 1559531.
HSL color Cylindrical-coordinate representation of color #EBCB17: hue angle of 50.94º 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 #EBCB17 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 23 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.08 |
| HSL | 50.94º | 0.84% | 0.51% | - |
| HSV(B) | 50.94º | 0.9% | 0.92% | - |
| XYZ | 55.77 | 60.44 | 9.54 | - |
| YUV | 192.05 | 32.6 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 23 | 0 | 0.14 | 0.90 | 0.08 | 50.94 | 0.84 | 0.51 |
| Hex | EB | CB | 17 | 0 | E | 5A | 8 | 33 | 54 | 33 |
| Octal | 353 | 313 | 27 | 0 | 16 | 132 | 10 | 63 | 124 | 63 |
| Binary | 11101011 | 11001011 | 10111 | 0 | 1110 | 1011010 | 1000 | 110011 | 1010100 | 110011 |
Color Harmonies of #EBCB17
Complementary color
Monochromatic Colors of #EBCB17
Black with #EBCB17
Text Example
Text Example
White with #EBCB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCB17; }
p { color: rgb(235,203,23); }
H1.HeaderClassName
{
color: #EBCB17;
}
.AnyTagClassName
{
color: #EBCB17;
}
</style>
background-color css
<style>
a { background-color: #EBCB17; }
a { background-color: rgb(235,203,23); }
div.DivClassName
{
background-color: #EBCB17;
}
.BgClassName
{
background-color: #EBCB17;
}
</style>
border-color css
<style>
span { border-color: #EBCB17; }
span { border-color: rgb(235,203,23); }
td.TdClassName
{
border-color: #EBCB17;
}
.TagClassName
{
border-color: #EBCB17;
}
</style>