Shades of Broom #EACA21
Tints of Broom #EACA21
RGB
CMYK
RGB Variations
Color information
#EACA21 (or 0xEACA21) is known color: Broom. HEX triplet: EA, CA and 21. RGB value is (234,202,33). Sum of RGB (Red+Green+Blue) = 234+202+33=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 33 (13.28% from 255 or 7.04% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA21 is #1535DE. Grayscale: #C1C1C1. Windows color (decimal): -1390047 or 2214634. OLE color: 2214634.
HSL color Cylindrical-coordinate representation of color #EACA21: hue angle of 50.45º 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 #EACA21 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 33 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.08 |
| HSL | 50.45º | 0.83% | 0.52% | - |
| HSV(B) | 50.45º | 0.86% | 0.92% | - |
| XYZ | 55.33 | 59.84 | 10.07 | - |
| YUV | 192.3 | 38.1 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 33 | 0 | 0.14 | 0.86 | 0.08 | 50.45 | 0.83 | 0.52 |
| Hex | EA | CA | 21 | 0 | E | 56 | 8 | 32 | 53 | 34 |
| Octal | 352 | 312 | 41 | 0 | 16 | 126 | 10 | 62 | 123 | 64 |
| Binary | 11101010 | 11001010 | 100001 | 0 | 1110 | 1010110 | 1000 | 110010 | 1010011 | 110100 |
Color Harmonies of #EACA21
Complementary color
Monochromatic Colors of #EACA21
Black with #EACA21
Text Example
Text Example
White with #EACA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA21; }
p { color: rgb(234,202,33); }
H1.HeaderClassName
{
color: #EACA21;
}
.AnyTagClassName
{
color: #EACA21;
}
</style>
background-color css
<style>
a { background-color: #EACA21; }
a { background-color: rgb(234,202,33); }
div.DivClassName
{
background-color: #EACA21;
}
.BgClassName
{
background-color: #EACA21;
}
</style>
border-color css
<style>
span { border-color: #EACA21; }
span { border-color: rgb(234,202,33); }
td.TdClassName
{
border-color: #EACA21;
}
.TagClassName
{
border-color: #EACA21;
}
</style>