Shades of Broom #EAD324
Tints of Broom #EAD324
RGB
CMYK
RGB Variations
Color information
#EAD324 (or 0xEAD324) is known color: Broom. HEX triplet: EA, D3 and 24. RGB value is (234,211,36). Sum of RGB (Red+Green+Blue) = 234+211+36=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 36 (14.45% from 255 or 7.48% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD324 is #152CDB. Grayscale: #C6C6C6. Windows color (decimal): -1387740 or 2413546. OLE color: 2413546.
HSL color Cylindrical-coordinate representation of color #EAD324: hue angle of 53.03º degrees, saturation: 0.82, 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 #EAD324 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 36 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.08 |
| HSL | 53.03º | 0.83% | 0.53% | - |
| HSV(B) | 53.03º | 0.85% | 0.92% | - |
| XYZ | 57.54 | 64.21 | 11.03 | - |
| YUV | 197.93 | 36.62 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 36 | 0 | 0.10 | 0.85 | 0.08 | 53.03 | 0.83 | 0.53 |
| Hex | EA | D3 | 24 | 0 | A | 55 | 8 | 35 | 52 | 35 |
| Octal | 352 | 323 | 44 | 0 | 12 | 125 | 10 | 65 | 122 | 65 |
| Binary | 11101010 | 11010011 | 100100 | 0 | 1010 | 1010101 | 1000 | 110101 | 1010010 | 110101 |
Color Harmonies of #EAD324
Complementary color
Monochromatic Colors of #EAD324
Black with #EAD324
Text Example
Text Example
White with #EAD324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD324; }
p { color: rgb(234,211,36); }
H1.HeaderClassName
{
color: #EAD324;
}
.AnyTagClassName
{
color: #EAD324;
}
</style>
background-color css
<style>
a { background-color: #EAD324; }
a { background-color: rgb(234,211,36); }
div.DivClassName
{
background-color: #EAD324;
}
.BgClassName
{
background-color: #EAD324;
}
</style>
border-color css
<style>
span { border-color: #EAD324; }
span { border-color: rgb(234,211,36); }
td.TdClassName
{
border-color: #EAD324;
}
.TagClassName
{
border-color: #EAD324;
}
</style>