Shades of Broom #EBC529
Tints of Broom #EBC529
RGB
CMYK
RGB Variations
Color information
#EBC529 (or 0xEBC529) is known color: Broom. HEX triplet: EB, C5 and 29. RGB value is (235,197,41). Sum of RGB (Red+Green+Blue) = 235+197+41=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 41 (16.41% from 255 or 8.67% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC529 is #143AD6. Grayscale: #BFBFBF. Windows color (decimal): -1325783 or 2737643. OLE color: 2737643.
HSL color Cylindrical-coordinate representation of color #EBC529: hue angle of 48.25º 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 #EBC529 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 41 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.08 |
| HSL | 48.25º | 0.83% | 0.54% | - |
| HSV(B) | 48.25º | 0.83% | 0.92% | - |
| XYZ | 54.63 | 57.75 | 10.37 | - |
| YUV | 190.58 | 43.59 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 41 | 0 | 0.16 | 0.83 | 0.08 | 48.25 | 0.83 | 0.54 |
| Hex | EB | C5 | 29 | 0 | 10 | 53 | 8 | 30 | 53 | 36 |
| Octal | 353 | 305 | 51 | 0 | 20 | 123 | 10 | 60 | 123 | 66 |
| Binary | 11101011 | 11000101 | 101001 | 0 | 10000 | 1010011 | 1000 | 110000 | 1010011 | 110110 |
Color Harmonies of #EBC529
Complementary color
Monochromatic Colors of #EBC529
Black with #EBC529
Text Example
Text Example
White with #EBC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC529; }
p { color: rgb(235,197,41); }
H1.HeaderClassName
{
color: #EBC529;
}
.AnyTagClassName
{
color: #EBC529;
}
</style>
background-color css
<style>
a { background-color: #EBC529; }
a { background-color: rgb(235,197,41); }
div.DivClassName
{
background-color: #EBC529;
}
.BgClassName
{
background-color: #EBC529;
}
</style>
border-color css
<style>
span { border-color: #EBC529; }
span { border-color: rgb(235,197,41); }
td.TdClassName
{
border-color: #EBC529;
}
.TagClassName
{
border-color: #EBC529;
}
</style>