Shades of Broom #EACA1B
Tints of Broom #EACA1B
RGB
CMYK
RGB Variations
Color information
#EACA1B (or 0xEACA1B) is known color: Broom. HEX triplet: EA, CA and 1B. RGB value is (234,202,27). Sum of RGB (Red+Green+Blue) = 234+202+27=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 27 (10.94% from 255 or 5.83% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA1B is #1535E4. Grayscale: #C0C0C0. Windows color (decimal): -1390053 or 1821418. OLE color: 1821418.
HSL color Cylindrical-coordinate representation of color #EACA1B: hue angle of 50.72º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EACA1B is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 27 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.08 |
| HSL | 50.72º | 0.83% | 0.51% | - |
| HSV(B) | 50.72º | 0.88% | 0.92% | - |
| XYZ | 55.25 | 59.81 | 9.67 | - |
| YUV | 191.62 | 35.1 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 27 | 0 | 0.14 | 0.88 | 0.08 | 50.72 | 0.83 | 0.51 |
| Hex | EA | CA | 1B | 0 | E | 58 | 8 | 33 | 53 | 33 |
| Octal | 352 | 312 | 33 | 0 | 16 | 130 | 10 | 63 | 123 | 63 |
| Binary | 11101010 | 11001010 | 11011 | 0 | 1110 | 1011000 | 1000 | 110011 | 1010011 | 110011 |
Color Harmonies of #EACA1B
Complementary color
Monochromatic Colors of #EACA1B
Black with #EACA1B
Text Example
Text Example
White with #EACA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA1B; }
p { color: rgb(234,202,27); }
H1.HeaderClassName
{
color: #EACA1B;
}
.AnyTagClassName
{
color: #EACA1B;
}
</style>
background-color css
<style>
a { background-color: #EACA1B; }
a { background-color: rgb(234,202,27); }
div.DivClassName
{
background-color: #EACA1B;
}
.BgClassName
{
background-color: #EACA1B;
}
</style>
border-color css
<style>
span { border-color: #EACA1B; }
span { border-color: rgb(234,202,27); }
td.TdClassName
{
border-color: #EACA1B;
}
.TagClassName
{
border-color: #EACA1B;
}
</style>