Shades of Broom #EACA1E
Tints of Broom #EACA1E
RGB
CMYK
RGB Variations
Color information
#EACA1E (or 0xEACA1E) is known color: Broom. HEX triplet: EA, CA and 1E. RGB value is (234,202,30). Sum of RGB (Red+Green+Blue) = 234+202+30=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA1E is #1535E1. Grayscale: #C0C0C0. Windows color (decimal): -1390050 or 2018026. OLE color: 2018026.
HSL color Cylindrical-coordinate representation of color #EACA1E: hue angle of 50.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EACA1E is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 30 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.08 |
| HSL | 50.59º | 0.83% | 0.52% | - |
| HSV(B) | 50.59º | 0.87% | 0.92% | - |
| XYZ | 55.29 | 59.83 | 9.86 | - |
| YUV | 191.96 | 36.6 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 30 | 0 | 0.14 | 0.87 | 0.08 | 50.59 | 0.83 | 0.52 |
| Hex | EA | CA | 1E | 0 | E | 57 | 8 | 33 | 53 | 34 |
| Octal | 352 | 312 | 36 | 0 | 16 | 127 | 10 | 63 | 123 | 64 |
| Binary | 11101010 | 11001010 | 11110 | 0 | 1110 | 1010111 | 1000 | 110011 | 1010011 | 110100 |
Color Harmonies of #EACA1E
Complementary color
Monochromatic Colors of #EACA1E
Black with #EACA1E
Text Example
Text Example
White with #EACA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA1E; }
p { color: rgb(234,202,30); }
H1.HeaderClassName
{
color: #EACA1E;
}
.AnyTagClassName
{
color: #EACA1E;
}
</style>
background-color css
<style>
a { background-color: #EACA1E; }
a { background-color: rgb(234,202,30); }
div.DivClassName
{
background-color: #EACA1E;
}
.BgClassName
{
background-color: #EACA1E;
}
</style>
border-color css
<style>
span { border-color: #EACA1E; }
span { border-color: rgb(234,202,30); }
td.TdClassName
{
border-color: #EACA1E;
}
.TagClassName
{
border-color: #EACA1E;
}
</style>