Shades of Broom #EBC527
Tints of Broom #EBC527
RGB
CMYK
RGB Variations
Color information
#EBC527 (or 0xEBC527) is known color: Broom. HEX triplet: EB, C5 and 27. RGB value is (235,197,39). Sum of RGB (Red+Green+Blue) = 235+197+39=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 39 (15.62% from 255 or 8.28% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC527 is #143AD8. Grayscale: #BFBFBF. Windows color (decimal): -1325785 or 2606571. OLE color: 2606571.
HSL color Cylindrical-coordinate representation of color #EBC527: hue angle of 48.37º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBC527 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 39 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.08 |
| HSL | 48.37º | 0.83% | 0.54% | - |
| HSV(B) | 48.37º | 0.83% | 0.92% | - |
| XYZ | 54.59 | 57.74 | 10.19 | - |
| YUV | 190.35 | 42.59 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 39 | 0 | 0.16 | 0.83 | 0.08 | 48.37 | 0.83 | 0.54 |
| Hex | EB | C5 | 27 | 0 | 10 | 53 | 8 | 30 | 53 | 36 |
| Octal | 353 | 305 | 47 | 0 | 20 | 123 | 10 | 60 | 123 | 66 |
| Binary | 11101011 | 11000101 | 100111 | 0 | 10000 | 1010011 | 1000 | 110000 | 1010011 | 110110 |
Color Harmonies of #EBC527
Complementary color
Monochromatic Colors of #EBC527
Black with #EBC527
Text Example
Text Example
White with #EBC527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC527; }
p { color: rgb(235,197,39); }
H1.HeaderClassName
{
color: #EBC527;
}
.AnyTagClassName
{
color: #EBC527;
}
</style>
background-color css
<style>
a { background-color: #EBC527; }
a { background-color: rgb(235,197,39); }
div.DivClassName
{
background-color: #EBC527;
}
.BgClassName
{
background-color: #EBC527;
}
</style>
border-color css
<style>
span { border-color: #EBC527; }
span { border-color: rgb(235,197,39); }
td.TdClassName
{
border-color: #EBC527;
}
.TagClassName
{
border-color: #EBC527;
}
</style>