Shades of Broom #EBC626
Tints of Broom #EBC626
RGB
CMYK
RGB Variations
Color information
#EBC626 (or 0xEBC626) is known color: Broom. HEX triplet: EB, C6 and 26. RGB value is (235,198,38). Sum of RGB (Red+Green+Blue) = 235+198+38=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 38 (15.23% from 255 or 8.07% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC626 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC626 is #1439D9. Grayscale: #BFBFBF. Windows color (decimal): -1325530 or 2541291. OLE color: 2541291.
HSL color Cylindrical-coordinate representation of color #EBC626: hue angle of 48.73º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBC626 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 38 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.08 |
| HSL | 48.73º | 0.83% | 0.54% | - |
| HSV(B) | 48.73º | 0.84% | 0.92% | - |
| XYZ | 54.8 | 58.19 | 10.18 | - |
| YUV | 190.82 | 41.76 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 38 | 0 | 0.16 | 0.84 | 0.08 | 48.73 | 0.83 | 0.54 |
| Hex | EB | C6 | 26 | 0 | 10 | 54 | 8 | 31 | 53 | 36 |
| Octal | 353 | 306 | 46 | 0 | 20 | 124 | 10 | 61 | 123 | 66 |
| Binary | 11101011 | 11000110 | 100110 | 0 | 10000 | 1010100 | 1000 | 110001 | 1010011 | 110110 |
Color Harmonies of #EBC626
Complementary color
Monochromatic Colors of #EBC626
Black with #EBC626
Text Example
Text Example
White with #EBC626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC626; }
p { color: rgb(235,198,38); }
H1.HeaderClassName
{
color: #EBC626;
}
.AnyTagClassName
{
color: #EBC626;
}
</style>
background-color css
<style>
a { background-color: #EBC626; }
a { background-color: rgb(235,198,38); }
div.DivClassName
{
background-color: #EBC626;
}
.BgClassName
{
background-color: #EBC626;
}
</style>
border-color css
<style>
span { border-color: #EBC626; }
span { border-color: rgb(235,198,38); }
td.TdClassName
{
border-color: #EBC626;
}
.TagClassName
{
border-color: #EBC626;
}
</style>