Shades of Broom #EACA19
Tints of Broom #EACA19
RGB
CMYK
RGB Variations
Color information
#EACA19 (or 0xEACA19) is known color: Broom. HEX triplet: EA, CA and 19. RGB value is (234,202,25). Sum of RGB (Red+Green+Blue) = 234+202+25=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 25 (10.16% from 255 or 5.42% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA19 is #1535E6. Grayscale: #C0C0C0. Windows color (decimal): -1390055 or 1690346. OLE color: 1690346.
HSL color Cylindrical-coordinate representation of color #EACA19: hue angle of 50.81º 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 #EACA19 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 25 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.08 |
| HSL | 50.81º | 0.83% | 0.51% | - |
| HSV(B) | 50.81º | 0.89% | 0.92% | - |
| XYZ | 55.23 | 59.8 | 9.55 | - |
| YUV | 191.39 | 34.1 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 25 | 0 | 0.14 | 0.89 | 0.08 | 50.81 | 0.83 | 0.51 |
| Hex | EA | CA | 19 | 0 | E | 59 | 8 | 33 | 53 | 33 |
| Octal | 352 | 312 | 31 | 0 | 16 | 131 | 10 | 63 | 123 | 63 |
| Binary | 11101010 | 11001010 | 11001 | 0 | 1110 | 1011001 | 1000 | 110011 | 1010011 | 110011 |
Color Harmonies of #EACA19
Complementary color
Monochromatic Colors of #EACA19
Black with #EACA19
Text Example
Text Example
White with #EACA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA19; }
p { color: rgb(234,202,25); }
H1.HeaderClassName
{
color: #EACA19;
}
.AnyTagClassName
{
color: #EACA19;
}
</style>
background-color css
<style>
a { background-color: #EACA19; }
a { background-color: rgb(234,202,25); }
div.DivClassName
{
background-color: #EACA19;
}
.BgClassName
{
background-color: #EACA19;
}
</style>
border-color css
<style>
span { border-color: #EACA19; }
span { border-color: rgb(234,202,25); }
td.TdClassName
{
border-color: #EACA19;
}
.TagClassName
{
border-color: #EACA19;
}
</style>