Shades of Broom #EACB2A
Tints of Broom #EACB2A
RGB
CMYK
RGB Variations
Color information
#EACB2A (or 0xEACB2A) is known color: Broom. HEX triplet: EA, CB and 2A. RGB value is (234,203,42). Sum of RGB (Red+Green+Blue) = 234+203+42=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACB2A is #1534D5. Grayscale: #C2C2C2. Windows color (decimal): -1389782 or 2804714. OLE color: 2804714.
HSL color Cylindrical-coordinate representation of color #EACB2A: hue angle of 50.31º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EACB2A is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 42 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.08 |
| HSL | 50.31º | 0.82% | 0.54% | - |
| HSV(B) | 50.31º | 0.82% | 0.92% | - |
| XYZ | 55.71 | 60.37 | 10.91 | - |
| YUV | 193.92 | 42.27 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 42 | 0 | 0.13 | 0.82 | 0.08 | 50.31 | 0.82 | 0.54 |
| Hex | EA | CB | 2A | 0 | D | 52 | 8 | 32 | 52 | 36 |
| Octal | 352 | 313 | 52 | 0 | 15 | 122 | 10 | 62 | 122 | 66 |
| Binary | 11101010 | 11001011 | 101010 | 0 | 1101 | 1010010 | 1000 | 110010 | 1010010 | 110110 |
Color Harmonies of #EACB2A
Complementary color
Monochromatic Colors of #EACB2A
Black with #EACB2A
Text Example
Text Example
White with #EACB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB2A; }
p { color: rgb(234,203,42); }
H1.HeaderClassName
{
color: #EACB2A;
}
.AnyTagClassName
{
color: #EACB2A;
}
</style>
background-color css
<style>
a { background-color: #EACB2A; }
a { background-color: rgb(234,203,42); }
div.DivClassName
{
background-color: #EACB2A;
}
.BgClassName
{
background-color: #EACB2A;
}
</style>
border-color css
<style>
span { border-color: #EACB2A; }
span { border-color: rgb(234,203,42); }
td.TdClassName
{
border-color: #EACB2A;
}
.TagClassName
{
border-color: #EACB2A;
}
</style>