Shades of Broom #EAC929
Tints of Broom #EAC929
RGB
CMYK
RGB Variations
Color information
#EAC929 (or 0xEAC929) is known color: Broom. HEX triplet: EA, C9 and 29. RGB value is (234,201,41). Sum of RGB (Red+Green+Blue) = 234+201+41=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 41 (16.41% from 255 or 8.61% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC929 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC929 is #1536D6. Grayscale: #C1C1C1. Windows color (decimal): -1390295 or 2738666. OLE color: 2738666.
HSL color Cylindrical-coordinate representation of color #EAC929: hue angle of 49.74º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAC929 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 41 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.08 |
| HSL | 49.74º | 0.82% | 0.54% | - |
| HSV(B) | 49.74º | 0.82% | 0.92% | - |
| XYZ | 55.22 | 59.43 | 10.66 | - |
| YUV | 192.63 | 42.43 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 41 | 0 | 0.14 | 0.82 | 0.08 | 49.74 | 0.82 | 0.54 |
| Hex | EA | C9 | 29 | 0 | E | 52 | 8 | 32 | 52 | 36 |
| Octal | 352 | 311 | 51 | 0 | 16 | 122 | 10 | 62 | 122 | 66 |
| Binary | 11101010 | 11001001 | 101001 | 0 | 1110 | 1010010 | 1000 | 110010 | 1010010 | 110110 |
Color Harmonies of #EAC929
Complementary color
Monochromatic Colors of #EAC929
Black with #EAC929
Text Example
Text Example
White with #EAC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC929; }
p { color: rgb(234,201,41); }
H1.HeaderClassName
{
color: #EAC929;
}
.AnyTagClassName
{
color: #EAC929;
}
</style>
background-color css
<style>
a { background-color: #EAC929; }
a { background-color: rgb(234,201,41); }
div.DivClassName
{
background-color: #EAC929;
}
.BgClassName
{
background-color: #EAC929;
}
</style>
border-color css
<style>
span { border-color: #EAC929; }
span { border-color: rgb(234,201,41); }
td.TdClassName
{
border-color: #EAC929;
}
.TagClassName
{
border-color: #EAC929;
}
</style>