Shades of Broom #EAD122
Tints of Broom #EAD122
RGB
CMYK
RGB Variations
Color information
#EAD122 (or 0xEAD122) is known color: Broom. HEX triplet: EA, D1 and 22. RGB value is (234,209,34). Sum of RGB (Red+Green+Blue) = 234+209+34=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 34 (13.67% from 255 or 7.13% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD122 is #152EDD. Grayscale: #C5C5C5. Windows color (decimal): -1388254 or 2281962. OLE color: 2281962.
HSL color Cylindrical-coordinate representation of color #EAD122: hue angle of 52.5º 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 #EAD122 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 34 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.08 |
| HSL | 52.5º | 0.83% | 0.53% | - |
| HSV(B) | 52.5º | 0.85% | 0.92% | - |
| XYZ | 57.02 | 63.21 | 10.71 | - |
| YUV | 196.53 | 36.28 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 34 | 0 | 0.11 | 0.85 | 0.08 | 52.5 | 0.83 | 0.53 |
| Hex | EA | D1 | 22 | 0 | B | 55 | 8 | 34 | 53 | 35 |
| Octal | 352 | 321 | 42 | 0 | 13 | 125 | 10 | 64 | 123 | 65 |
| Binary | 11101010 | 11010001 | 100010 | 0 | 1011 | 1010101 | 1000 | 110100 | 1010011 | 110101 |
Color Harmonies of #EAD122
Complementary color
Monochromatic Colors of #EAD122
Black with #EAD122
Text Example
Text Example
White with #EAD122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD122; }
p { color: rgb(234,209,34); }
H1.HeaderClassName
{
color: #EAD122;
}
.AnyTagClassName
{
color: #EAD122;
}
</style>
background-color css
<style>
a { background-color: #EAD122; }
a { background-color: rgb(234,209,34); }
div.DivClassName
{
background-color: #EAD122;
}
.BgClassName
{
background-color: #EAD122;
}
</style>
border-color css
<style>
span { border-color: #EAD122; }
span { border-color: rgb(234,209,34); }
td.TdClassName
{
border-color: #EAD122;
}
.TagClassName
{
border-color: #EAD122;
}
</style>