Shades of Broom #EADD19
Tints of Broom #EADD19
RGB
CMYK
RGB Variations
Color information
#EADD19 (or 0xEADD19) is known color: Broom. HEX triplet: EA, DD and 19. RGB value is (234,221,25). Sum of RGB (Red+Green+Blue) = 234+221+25=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 25 (10.16% from 255 or 5.21% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD19 is #1522E6. Grayscale: #CBCBCB. Windows color (decimal): -1385191 or 1695210. OLE color: 1695210.
HSL color Cylindrical-coordinate representation of color #EADD19: hue angle of 56.27º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EADD19 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 25 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.08 |
| HSL | 56.27º | 0.83% | 0.51% | - |
| HSV(B) | 56.27º | 0.89% | 0.92% | - |
| XYZ | 59.96 | 69.28 | 11.13 | - |
| YUV | 202.54 | 27.81 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 25 | 0 | 0.06 | 0.89 | 0.08 | 56.27 | 0.83 | 0.51 |
| Hex | EA | DD | 19 | 0 | 6 | 59 | 8 | 38 | 53 | 33 |
| Octal | 352 | 335 | 31 | 0 | 6 | 131 | 10 | 70 | 123 | 63 |
| Binary | 11101010 | 11011101 | 11001 | 0 | 110 | 1011001 | 1000 | 111000 | 1010011 | 110011 |
Color Harmonies of #EADD19
Complementary color
Monochromatic Colors of #EADD19
Black with #EADD19
Text Example
Text Example
White with #EADD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD19; }
p { color: rgb(234,221,25); }
H1.HeaderClassName
{
color: #EADD19;
}
.AnyTagClassName
{
color: #EADD19;
}
</style>
background-color css
<style>
a { background-color: #EADD19; }
a { background-color: rgb(234,221,25); }
div.DivClassName
{
background-color: #EADD19;
}
.BgClassName
{
background-color: #EADD19;
}
</style>
border-color css
<style>
span { border-color: #EADD19; }
span { border-color: rgb(234,221,25); }
td.TdClassName
{
border-color: #EADD19;
}
.TagClassName
{
border-color: #EADD19;
}
</style>