Shades of Broom #E5DA1A
Tints of Broom #E5DA1A
RGB
CMYK
RGB Variations
Color information
#E5DA1A (or 0xE5DA1A) is known color: Broom. HEX triplet: E5, DA and 1A. RGB value is (229,218,26). Sum of RGB (Red+Green+Blue) = 229+218+26=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 26 (10.55% from 255 or 5.50% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA1A is #1A25E5. Grayscale: #C8C8C8. Windows color (decimal): -1713638 or 1759973. OLE color: 1759973.
HSL color Cylindrical-coordinate representation of color #E5DA1A: hue angle of 56.75º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5DA1A is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 26 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.10 |
| HSL | 56.75º | 0.8% | 0.5% | - |
| HSV(B) | 56.75º | 0.89% | 0.9% | - |
| XYZ | 57.57 | 66.88 | 10.85 | - |
| YUV | 199.4 | 30.14 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 26 | 0 | 0.05 | 0.89 | 0.10 | 56.75 | 0.8 | 0.5 |
| Hex | E5 | DA | 1A | 0 | 5 | 59 | A | 39 | 50 | 32 |
| Octal | 345 | 332 | 32 | 0 | 5 | 131 | 12 | 71 | 120 | 62 |
| Binary | 11100101 | 11011010 | 11010 | 0 | 101 | 1011001 | 1010 | 111001 | 1010000 | 110010 |
Color Harmonies of #E5DA1A
Complementary color
Monochromatic Colors of #E5DA1A
Black with #E5DA1A
Text Example
Text Example
White with #E5DA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA1A; }
p { color: rgb(229,218,26); }
H1.HeaderClassName
{
color: #E5DA1A;
}
.AnyTagClassName
{
color: #E5DA1A;
}
</style>
background-color css
<style>
a { background-color: #E5DA1A; }
a { background-color: rgb(229,218,26); }
div.DivClassName
{
background-color: #E5DA1A;
}
.BgClassName
{
background-color: #E5DA1A;
}
</style>
border-color css
<style>
span { border-color: #E5DA1A; }
span { border-color: rgb(229,218,26); }
td.TdClassName
{
border-color: #E5DA1A;
}
.TagClassName
{
border-color: #E5DA1A;
}
</style>