Shades of Broom #EAC922
Tints of Broom #EAC922
RGB
CMYK
RGB Variations
Color information
#EAC922 (or 0xEAC922) is known color: Broom. HEX triplet: EA, C9 and 22. RGB value is (234,201,34). Sum of RGB (Red+Green+Blue) = 234+201+34=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 34 (13.67% from 255 or 7.25% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC922 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC922 is #1536DD. Grayscale: #C0C0C0. Windows color (decimal): -1390302 or 2279914. OLE color: 2279914.
HSL color Cylindrical-coordinate representation of color #EAC922: hue angle of 50.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAC922 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 34 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.08 |
| HSL | 50.1º | 0.83% | 0.53% | - |
| HSV(B) | 50.1º | 0.85% | 0.92% | - |
| XYZ | 55.11 | 59.38 | 10.07 | - |
| YUV | 191.83 | 38.93 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 34 | 0 | 0.14 | 0.85 | 0.08 | 50.1 | 0.83 | 0.53 |
| Hex | EA | C9 | 22 | 0 | E | 55 | 8 | 32 | 53 | 35 |
| Octal | 352 | 311 | 42 | 0 | 16 | 125 | 10 | 62 | 123 | 65 |
| Binary | 11101010 | 11001001 | 100010 | 0 | 1110 | 1010101 | 1000 | 110010 | 1010011 | 110101 |
Color Harmonies of #EAC922
Complementary color
Monochromatic Colors of #EAC922
Black with #EAC922
Text Example
Text Example
White with #EAC922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC922; }
p { color: rgb(234,201,34); }
H1.HeaderClassName
{
color: #EAC922;
}
.AnyTagClassName
{
color: #EAC922;
}
</style>
background-color css
<style>
a { background-color: #EAC922; }
a { background-color: rgb(234,201,34); }
div.DivClassName
{
background-color: #EAC922;
}
.BgClassName
{
background-color: #EAC922;
}
</style>
border-color css
<style>
span { border-color: #EAC922; }
span { border-color: rgb(234,201,34); }
td.TdClassName
{
border-color: #EAC922;
}
.TagClassName
{
border-color: #EAC922;
}
</style>