Shades of Broom #EBCD16
Tints of Broom #EBCD16
RGB
CMYK
RGB Variations
Color information
#EBCD16 (or 0xEBCD16) is known color: Broom. HEX triplet: EB, CD and 16. RGB value is (235,205,22). Sum of RGB (Red+Green+Blue) = 235+205+22=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCD16 is #1432E9. Grayscale: #C1C1C1. Windows color (decimal): -1323754 or 1494507. OLE color: 1494507.
HSL color Cylindrical-coordinate representation of color #EBCD16: hue angle of 51.55º 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 #EBCD16 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 22 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.08 |
| HSL | 51.55º | 0.84% | 0.5% | - |
| HSV(B) | 51.55º | 0.91% | 0.92% | - |
| XYZ | 56.24 | 61.38 | 9.64 | - |
| YUV | 193.11 | 31.44 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 22 | 0 | 0.13 | 0.91 | 0.08 | 51.55 | 0.84 | 0.5 |
| Hex | EB | CD | 16 | 0 | D | 5B | 8 | 34 | 54 | 32 |
| Octal | 353 | 315 | 26 | 0 | 15 | 133 | 10 | 64 | 124 | 62 |
| Binary | 11101011 | 11001101 | 10110 | 0 | 1101 | 1011011 | 1000 | 110100 | 1010100 | 110010 |
Color Harmonies of #EBCD16
Complementary color
Monochromatic Colors of #EBCD16
Black with #EBCD16
Text Example
Text Example
White with #EBCD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD16; }
p { color: rgb(235,205,22); }
H1.HeaderClassName
{
color: #EBCD16;
}
.AnyTagClassName
{
color: #EBCD16;
}
</style>
background-color css
<style>
a { background-color: #EBCD16; }
a { background-color: rgb(235,205,22); }
div.DivClassName
{
background-color: #EBCD16;
}
.BgClassName
{
background-color: #EBCD16;
}
</style>
border-color css
<style>
span { border-color: #EBCD16; }
span { border-color: rgb(235,205,22); }
td.TdClassName
{
border-color: #EBCD16;
}
.TagClassName
{
border-color: #EBCD16;
}
</style>