Shades of Broom #EBDA14
Tints of Broom #EBDA14
RGB
CMYK
RGB Variations
Color information
#EBDA14 (or 0xEBDA14) is known color: Broom. HEX triplet: EB, DA and 14. RGB value is (235,218,20). Sum of RGB (Red+Green+Blue) = 235+218+20=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDA14 is #1425EB. Grayscale: #C9C9C9. Windows color (decimal): -1320428 or 1366763. OLE color: 1366763.
HSL color Cylindrical-coordinate representation of color #EBDA14: hue angle of 55.26º 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 #EBDA14 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 20 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.08 |
| HSL | 55.26º | 0.84% | 0.5% | - |
| HSV(B) | 55.26º | 0.91% | 0.92% | - |
| XYZ | 59.46 | 67.86 | 10.63 | - |
| YUV | 200.51 | 26.13 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 20 | 0 | 0.07 | 0.91 | 0.08 | 55.26 | 0.84 | 0.5 |
| Hex | EB | DA | 14 | 0 | 7 | 5B | 8 | 37 | 54 | 32 |
| Octal | 353 | 332 | 24 | 0 | 7 | 133 | 10 | 67 | 124 | 62 |
| Binary | 11101011 | 11011010 | 10100 | 0 | 111 | 1011011 | 1000 | 110111 | 1010100 | 110010 |
Color Harmonies of #EBDA14
Complementary color
Monochromatic Colors of #EBDA14
Black with #EBDA14
Text Example
Text Example
White with #EBDA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA14; }
p { color: rgb(235,218,20); }
H1.HeaderClassName
{
color: #EBDA14;
}
.AnyTagClassName
{
color: #EBDA14;
}
</style>
background-color css
<style>
a { background-color: #EBDA14; }
a { background-color: rgb(235,218,20); }
div.DivClassName
{
background-color: #EBDA14;
}
.BgClassName
{
background-color: #EBDA14;
}
</style>
border-color css
<style>
span { border-color: #EBDA14; }
span { border-color: rgb(235,218,20); }
td.TdClassName
{
border-color: #EBDA14;
}
.TagClassName
{
border-color: #EBDA14;
}
</style>