Shades of Broom #EBC726
Tints of Broom #EBC726
RGB
CMYK
RGB Variations
Color information
#EBC726 (or 0xEBC726) is known color: Broom. HEX triplet: EB, C7 and 26. RGB value is (235,199,38). Sum of RGB (Red+Green+Blue) = 235+199+38=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 38 (15.23% from 255 or 8.05% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC726 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC726 is #1438D9. Grayscale: #C0C0C0. Windows color (decimal): -1325274 or 2541547. OLE color: 2541547.
HSL color Cylindrical-coordinate representation of color #EBC726: hue angle of 49.04º 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 #EBC726 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 38 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.08 |
| HSL | 49.04º | 0.83% | 0.54% | - |
| HSV(B) | 49.04º | 0.84% | 0.92% | - |
| XYZ | 55.03 | 58.65 | 10.25 | - |
| YUV | 191.41 | 41.43 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 38 | 0 | 0.15 | 0.84 | 0.08 | 49.04 | 0.83 | 0.54 |
| Hex | EB | C7 | 26 | 0 | F | 54 | 8 | 31 | 53 | 36 |
| Octal | 353 | 307 | 46 | 0 | 17 | 124 | 10 | 61 | 123 | 66 |
| Binary | 11101011 | 11000111 | 100110 | 0 | 1111 | 1010100 | 1000 | 110001 | 1010011 | 110110 |
Color Harmonies of #EBC726
Complementary color
Monochromatic Colors of #EBC726
Black with #EBC726
Text Example
Text Example
White with #EBC726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC726; }
p { color: rgb(235,199,38); }
H1.HeaderClassName
{
color: #EBC726;
}
.AnyTagClassName
{
color: #EBC726;
}
</style>
background-color css
<style>
a { background-color: #EBC726; }
a { background-color: rgb(235,199,38); }
div.DivClassName
{
background-color: #EBC726;
}
.BgClassName
{
background-color: #EBC726;
}
</style>
border-color css
<style>
span { border-color: #EBC726; }
span { border-color: rgb(235,199,38); }
td.TdClassName
{
border-color: #EBC726;
}
.TagClassName
{
border-color: #EBC726;
}
</style>