Shades of Broom #EACB19
Tints of Broom #EACB19
RGB
CMYK
RGB Variations
Color information
#EACB19 (or 0xEACB19) is known color: Broom. HEX triplet: EA, CB and 19. RGB value is (234,203,25). Sum of RGB (Red+Green+Blue) = 234+203+25=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 25 (10.16% from 255 or 5.41% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB19 is #1534E6. Grayscale: #C0C0C0. Windows color (decimal): -1389799 or 1690602. OLE color: 1690602.
HSL color Cylindrical-coordinate representation of color #EACB19: hue angle of 51.1º 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 #EACB19 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 25 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.08 |
| HSL | 51.1º | 0.83% | 0.51% | - |
| HSV(B) | 51.1º | 0.89% | 0.92% | - |
| XYZ | 55.46 | 60.27 | 9.63 | - |
| YUV | 191.98 | 33.77 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 25 | 0 | 0.13 | 0.89 | 0.08 | 51.1 | 0.83 | 0.51 |
| Hex | EA | CB | 19 | 0 | D | 59 | 8 | 33 | 53 | 33 |
| Octal | 352 | 313 | 31 | 0 | 15 | 131 | 10 | 63 | 123 | 63 |
| Binary | 11101010 | 11001011 | 11001 | 0 | 1101 | 1011001 | 1000 | 110011 | 1010011 | 110011 |
Color Harmonies of #EACB19
Complementary color
Monochromatic Colors of #EACB19
Black with #EACB19
Text Example
Text Example
White with #EACB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB19; }
p { color: rgb(234,203,25); }
H1.HeaderClassName
{
color: #EACB19;
}
.AnyTagClassName
{
color: #EACB19;
}
</style>
background-color css
<style>
a { background-color: #EACB19; }
a { background-color: rgb(234,203,25); }
div.DivClassName
{
background-color: #EACB19;
}
.BgClassName
{
background-color: #EACB19;
}
</style>
border-color css
<style>
span { border-color: #EACB19; }
span { border-color: rgb(234,203,25); }
td.TdClassName
{
border-color: #EACB19;
}
.TagClassName
{
border-color: #EACB19;
}
</style>