Shades of Broom #EBC725
Tints of Broom #EBC725
RGB
CMYK
RGB Variations
Color information
#EBC725 (or 0xEBC725) is known color: Broom. HEX triplet: EB, C7 and 25. RGB value is (235,199,37). Sum of RGB (Red+Green+Blue) = 235+199+37=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC725 is #1438DA. Grayscale: #BFBFBF. Windows color (decimal): -1325275 or 2476011. OLE color: 2476011.
HSL color Cylindrical-coordinate representation of color #EBC725: hue angle of 49.09º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBC725 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 37 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.08 |
| HSL | 49.09º | 0.83% | 0.53% | - |
| HSV(B) | 49.09º | 0.84% | 0.92% | - |
| XYZ | 55.02 | 58.64 | 10.17 | - |
| YUV | 191.3 | 40.93 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 37 | 0 | 0.15 | 0.84 | 0.08 | 49.09 | 0.83 | 0.53 |
| Hex | EB | C7 | 25 | 0 | F | 54 | 8 | 31 | 53 | 35 |
| Octal | 353 | 307 | 45 | 0 | 17 | 124 | 10 | 61 | 123 | 65 |
| Binary | 11101011 | 11000111 | 100101 | 0 | 1111 | 1010100 | 1000 | 110001 | 1010011 | 110101 |
Color Harmonies of #EBC725
Complementary color
Monochromatic Colors of #EBC725
Black with #EBC725
Text Example
Text Example
White with #EBC725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC725; }
p { color: rgb(235,199,37); }
H1.HeaderClassName
{
color: #EBC725;
}
.AnyTagClassName
{
color: #EBC725;
}
</style>
background-color css
<style>
a { background-color: #EBC725; }
a { background-color: rgb(235,199,37); }
div.DivClassName
{
background-color: #EBC725;
}
.BgClassName
{
background-color: #EBC725;
}
</style>
border-color css
<style>
span { border-color: #EBC725; }
span { border-color: rgb(235,199,37); }
td.TdClassName
{
border-color: #EBC725;
}
.TagClassName
{
border-color: #EBC725;
}
</style>