Shades of Broom #EBC722
Tints of Broom #EBC722
RGB
CMYK
RGB Variations
Color information
#EBC722 (or 0xEBC722) is known color: Broom. HEX triplet: EB, C7 and 22. RGB value is (235,199,34). Sum of RGB (Red+Green+Blue) = 235+199+34=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC722 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC722 is #1438DD. Grayscale: #BFBFBF. Windows color (decimal): -1325278 or 2279403. OLE color: 2279403.
HSL color Cylindrical-coordinate representation of color #EBC722: hue angle of 49.25º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBC722 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 34 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.08 |
| HSL | 49.25º | 0.83% | 0.53% | - |
| HSV(B) | 49.25º | 0.86% | 0.92% | - |
| XYZ | 54.97 | 58.62 | 9.93 | - |
| YUV | 190.95 | 39.43 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 34 | 0 | 0.15 | 0.86 | 0.08 | 49.25 | 0.83 | 0.53 |
| Hex | EB | C7 | 22 | 0 | F | 56 | 8 | 31 | 53 | 35 |
| Octal | 353 | 307 | 42 | 0 | 17 | 126 | 10 | 61 | 123 | 65 |
| Binary | 11101011 | 11000111 | 100010 | 0 | 1111 | 1010110 | 1000 | 110001 | 1010011 | 110101 |
Color Harmonies of #EBC722
Complementary color
Monochromatic Colors of #EBC722
Black with #EBC722
Text Example
Text Example
White with #EBC722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC722; }
p { color: rgb(235,199,34); }
H1.HeaderClassName
{
color: #EBC722;
}
.AnyTagClassName
{
color: #EBC722;
}
</style>
background-color css
<style>
a { background-color: #EBC722; }
a { background-color: rgb(235,199,34); }
div.DivClassName
{
background-color: #EBC722;
}
.BgClassName
{
background-color: #EBC722;
}
</style>
border-color css
<style>
span { border-color: #EBC722; }
span { border-color: rgb(235,199,34); }
td.TdClassName
{
border-color: #EBC722;
}
.TagClassName
{
border-color: #EBC722;
}
</style>