Shades of Broom #EAC821
Tints of Broom #EAC821
RGB
CMYK
RGB Variations
Color information
#EAC821 (or 0xEAC821) is known color: Broom. HEX triplet: EA, C8 and 21. RGB value is (234,200,33). Sum of RGB (Red+Green+Blue) = 234+200+33=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC821 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC821 is #1537DE. Grayscale: #BFBFBF. Windows color (decimal): -1390559 or 2214122. OLE color: 2214122.
HSL color Cylindrical-coordinate representation of color #EAC821: hue angle of 49.85º 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 #EAC821 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 33 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.08 |
| HSL | 49.85º | 0.83% | 0.52% | - |
| HSV(B) | 49.85º | 0.86% | 0.92% | - |
| XYZ | 54.86 | 58.91 | 9.92 | - |
| YUV | 191.13 | 38.76 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 33 | 0 | 0.15 | 0.86 | 0.08 | 49.85 | 0.83 | 0.52 |
| Hex | EA | C8 | 21 | 0 | F | 56 | 8 | 32 | 53 | 34 |
| Octal | 352 | 310 | 41 | 0 | 17 | 126 | 10 | 62 | 123 | 64 |
| Binary | 11101010 | 11001000 | 100001 | 0 | 1111 | 1010110 | 1000 | 110010 | 1010011 | 110100 |
Color Harmonies of #EAC821
Complementary color
Monochromatic Colors of #EAC821
Black with #EAC821
Text Example
Text Example
White with #EAC821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC821; }
p { color: rgb(234,200,33); }
H1.HeaderClassName
{
color: #EAC821;
}
.AnyTagClassName
{
color: #EAC821;
}
</style>
background-color css
<style>
a { background-color: #EAC821; }
a { background-color: rgb(234,200,33); }
div.DivClassName
{
background-color: #EAC821;
}
.BgClassName
{
background-color: #EAC821;
}
</style>
border-color css
<style>
span { border-color: #EAC821; }
span { border-color: rgb(234,200,33); }
td.TdClassName
{
border-color: #EAC821;
}
.TagClassName
{
border-color: #EAC821;
}
</style>