Shades of Broom #EAC721
Tints of Broom #EAC721
RGB
CMYK
RGB Variations
Color information
#EAC721 (or 0xEAC721) is known color: Broom. HEX triplet: EA, C7 and 21. RGB value is (234,199,33). Sum of RGB (Red+Green+Blue) = 234+199+33=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 33 (13.28% from 255 or 7.08% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC721 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC721 is #1538DE. Grayscale: #BFBFBF. Windows color (decimal): -1390815 or 2213866. OLE color: 2213866.
HSL color Cylindrical-coordinate representation of color #EAC721: hue angle of 49.55º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAC721 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 33 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.08 |
| HSL | 49.55º | 0.83% | 0.52% | - |
| HSV(B) | 49.55º | 0.86% | 0.92% | - |
| XYZ | 54.63 | 58.45 | 9.84 | - |
| YUV | 190.54 | 39.1 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 33 | 0 | 0.15 | 0.86 | 0.08 | 49.55 | 0.83 | 0.52 |
| Hex | EA | C7 | 21 | 0 | F | 56 | 8 | 32 | 53 | 34 |
| Octal | 352 | 307 | 41 | 0 | 17 | 126 | 10 | 62 | 123 | 64 |
| Binary | 11101010 | 11000111 | 100001 | 0 | 1111 | 1010110 | 1000 | 110010 | 1010011 | 110100 |
Color Harmonies of #EAC721
Complementary color
Monochromatic Colors of #EAC721
Black with #EAC721
Text Example
Text Example
White with #EAC721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC721; }
p { color: rgb(234,199,33); }
H1.HeaderClassName
{
color: #EAC721;
}
.AnyTagClassName
{
color: #EAC721;
}
</style>
background-color css
<style>
a { background-color: #EAC721; }
a { background-color: rgb(234,199,33); }
div.DivClassName
{
background-color: #EAC721;
}
.BgClassName
{
background-color: #EAC721;
}
</style>
border-color css
<style>
span { border-color: #EAC721; }
span { border-color: rgb(234,199,33); }
td.TdClassName
{
border-color: #EAC721;
}
.TagClassName
{
border-color: #EAC721;
}
</style>