Shades of Broom #EBD022
Tints of Broom #EBD022
RGB
CMYK
RGB Variations
Color information
#EBD022 (or 0xEBD022) is known color: Broom. HEX triplet: EB, D0 and 22. RGB value is (235,208,34). Sum of RGB (Red+Green+Blue) = 235+208+34=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 34 (13.67% from 255 or 7.13% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD022 is #142FDD. Grayscale: #C4C4C4. Windows color (decimal): -1322974 or 2281707. OLE color: 2281707.
HSL color Cylindrical-coordinate representation of color #EBD022: hue angle of 51.94º 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 #EBD022 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 34 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.08 |
| HSL | 51.94º | 0.83% | 0.53% | - |
| HSV(B) | 51.94º | 0.86% | 0.92% | - |
| XYZ | 57.11 | 62.89 | 10.64 | - |
| YUV | 196.24 | 36.45 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 34 | 0 | 0.11 | 0.86 | 0.08 | 51.94 | 0.83 | 0.53 |
| Hex | EB | D0 | 22 | 0 | B | 56 | 8 | 34 | 53 | 35 |
| Octal | 353 | 320 | 42 | 0 | 13 | 126 | 10 | 64 | 123 | 65 |
| Binary | 11101011 | 11010000 | 100010 | 0 | 1011 | 1010110 | 1000 | 110100 | 1010011 | 110101 |
Color Harmonies of #EBD022
Complementary color
Monochromatic Colors of #EBD022
Black with #EBD022
Text Example
Text Example
White with #EBD022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD022; }
p { color: rgb(235,208,34); }
H1.HeaderClassName
{
color: #EBD022;
}
.AnyTagClassName
{
color: #EBD022;
}
</style>
background-color css
<style>
a { background-color: #EBD022; }
a { background-color: rgb(235,208,34); }
div.DivClassName
{
background-color: #EBD022;
}
.BgClassName
{
background-color: #EBD022;
}
</style>
border-color css
<style>
span { border-color: #EBD022; }
span { border-color: rgb(235,208,34); }
td.TdClassName
{
border-color: #EBD022;
}
.TagClassName
{
border-color: #EBD022;
}
</style>