Shades of Broom #EACC22
Tints of Broom #EACC22
RGB
CMYK
RGB Variations
Color information
#EACC22 (or 0xEACC22) is known color: Broom. HEX triplet: EA, CC and 22. RGB value is (234,204,34). Sum of RGB (Red+Green+Blue) = 234+204+34=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 34 (13.67% from 255 or 7.20% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC22 is #1533DD. Grayscale: #C2C2C2. Windows color (decimal): -1389534 or 2280682. OLE color: 2280682.
HSL color Cylindrical-coordinate representation of color #EACC22: hue angle of 51º 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 #EACC22 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 34 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.08 |
| HSL | 51º | 0.83% | 0.53% | - |
| HSV(B) | 51º | 0.85% | 0.92% | - |
| XYZ | 55.81 | 60.79 | 10.31 | - |
| YUV | 193.59 | 37.94 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 34 | 0 | 0.13 | 0.85 | 0.08 | 51 | 0.83 | 0.53 |
| Hex | EA | CC | 22 | 0 | D | 55 | 8 | 33 | 53 | 35 |
| Octal | 352 | 314 | 42 | 0 | 15 | 125 | 10 | 63 | 123 | 65 |
| Binary | 11101010 | 11001100 | 100010 | 0 | 1101 | 1010101 | 1000 | 110011 | 1010011 | 110101 |
Color Harmonies of #EACC22
Complementary color
Monochromatic Colors of #EACC22
Black with #EACC22
Text Example
Text Example
White with #EACC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC22; }
p { color: rgb(234,204,34); }
H1.HeaderClassName
{
color: #EACC22;
}
.AnyTagClassName
{
color: #EACC22;
}
</style>
background-color css
<style>
a { background-color: #EACC22; }
a { background-color: rgb(234,204,34); }
div.DivClassName
{
background-color: #EACC22;
}
.BgClassName
{
background-color: #EACC22;
}
</style>
border-color css
<style>
span { border-color: #EACC22; }
span { border-color: rgb(234,204,34); }
td.TdClassName
{
border-color: #EACC22;
}
.TagClassName
{
border-color: #EACC22;
}
</style>