Shades of Broom #EBC728
Tints of Broom #EBC728
RGB
CMYK
RGB Variations
Color information
#EBC728 (or 0xEBC728) is known color: Broom. HEX triplet: EB, C7 and 28. RGB value is (235,199,40). Sum of RGB (Red+Green+Blue) = 235+199+40=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 40 (16.02% from 255 or 8.44% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC728 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC728 is #1438D7. Grayscale: #C0C0C0. Windows color (decimal): -1325272 or 2672619. OLE color: 2672619.
HSL color Cylindrical-coordinate representation of color #EBC728: hue angle of 48.92º 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 #EBC728 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 40 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.08 |
| HSL | 48.92º | 0.83% | 0.54% | - |
| HSV(B) | 48.92º | 0.83% | 0.92% | - |
| XYZ | 55.07 | 58.66 | 10.43 | - |
| YUV | 191.64 | 42.43 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 40 | 0 | 0.15 | 0.83 | 0.08 | 48.92 | 0.83 | 0.54 |
| Hex | EB | C7 | 28 | 0 | F | 53 | 8 | 31 | 53 | 36 |
| Octal | 353 | 307 | 50 | 0 | 17 | 123 | 10 | 61 | 123 | 66 |
| Binary | 11101011 | 11000111 | 101000 | 0 | 1111 | 1010011 | 1000 | 110001 | 1010011 | 110110 |
Color Harmonies of #EBC728
Complementary color
Monochromatic Colors of #EBC728
Black with #EBC728
Text Example
Text Example
White with #EBC728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC728; }
p { color: rgb(235,199,40); }
H1.HeaderClassName
{
color: #EBC728;
}
.AnyTagClassName
{
color: #EBC728;
}
</style>
background-color css
<style>
a { background-color: #EBC728; }
a { background-color: rgb(235,199,40); }
div.DivClassName
{
background-color: #EBC728;
}
.BgClassName
{
background-color: #EBC728;
}
</style>
border-color css
<style>
span { border-color: #EBC728; }
span { border-color: rgb(235,199,40); }
td.TdClassName
{
border-color: #EBC728;
}
.TagClassName
{
border-color: #EBC728;
}
</style>