Shades of Broom #EBD416
Tints of Broom #EBD416
RGB
CMYK
RGB Variations
Color information
#EBD416 (or 0xEBD416) is known color: Broom. HEX triplet: EB, D4 and 16. RGB value is (235,212,22). Sum of RGB (Red+Green+Blue) = 235+212+22=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD416 is #142BE9. Grayscale: #C5C5C5. Windows color (decimal): -1321962 or 1496299. OLE color: 1496299.
HSL color Cylindrical-coordinate representation of color #EBD416: hue angle of 53.52º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBD416 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 22 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.08 |
| HSL | 53.52º | 0.84% | 0.5% | - |
| HSV(B) | 53.52º | 0.91% | 0.92% | - |
| XYZ | 57.95 | 64.81 | 10.21 | - |
| YUV | 197.22 | 29.12 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 22 | 0 | 0.10 | 0.91 | 0.08 | 53.52 | 0.84 | 0.5 |
| Hex | EB | D4 | 16 | 0 | A | 5B | 8 | 36 | 54 | 32 |
| Octal | 353 | 324 | 26 | 0 | 12 | 133 | 10 | 66 | 124 | 62 |
| Binary | 11101011 | 11010100 | 10110 | 0 | 1010 | 1011011 | 1000 | 110110 | 1010100 | 110010 |
Color Harmonies of #EBD416
Complementary color
Monochromatic Colors of #EBD416
Black with #EBD416
Text Example
Text Example
White with #EBD416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD416; }
p { color: rgb(235,212,22); }
H1.HeaderClassName
{
color: #EBD416;
}
.AnyTagClassName
{
color: #EBD416;
}
</style>
background-color css
<style>
a { background-color: #EBD416; }
a { background-color: rgb(235,212,22); }
div.DivClassName
{
background-color: #EBD416;
}
.BgClassName
{
background-color: #EBD416;
}
</style>
border-color css
<style>
span { border-color: #EBD416; }
span { border-color: rgb(235,212,22); }
td.TdClassName
{
border-color: #EBD416;
}
.TagClassName
{
border-color: #EBD416;
}
</style>