Shades of Broom #EAC928
Tints of Broom #EAC928
RGB
CMYK
RGB Variations
Color information
#EAC928 (or 0xEAC928) is known color: Broom. HEX triplet: EA, C9 and 28. RGB value is (234,201,40). Sum of RGB (Red+Green+Blue) = 234+201+40=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC928 is #1536D7. Grayscale: #C1C1C1. Windows color (decimal): -1390296 or 2673130. OLE color: 2673130.
HSL color Cylindrical-coordinate representation of color #EAC928: hue angle of 49.79º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAC928 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 40 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.08 |
| HSL | 49.79º | 0.82% | 0.54% | - |
| HSV(B) | 49.79º | 0.83% | 0.92% | - |
| XYZ | 55.2 | 59.42 | 10.57 | - |
| YUV | 192.51 | 41.93 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 40 | 0 | 0.14 | 0.83 | 0.08 | 49.79 | 0.82 | 0.54 |
| Hex | EA | C9 | 28 | 0 | E | 53 | 8 | 32 | 52 | 36 |
| Octal | 352 | 311 | 50 | 0 | 16 | 123 | 10 | 62 | 122 | 66 |
| Binary | 11101010 | 11001001 | 101000 | 0 | 1110 | 1010011 | 1000 | 110010 | 1010010 | 110110 |
Color Harmonies of #EAC928
Complementary color
Monochromatic Colors of #EAC928
Black with #EAC928
Text Example
Text Example
White with #EAC928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC928; }
p { color: rgb(234,201,40); }
H1.HeaderClassName
{
color: #EAC928;
}
.AnyTagClassName
{
color: #EAC928;
}
</style>
background-color css
<style>
a { background-color: #EAC928; }
a { background-color: rgb(234,201,40); }
div.DivClassName
{
background-color: #EAC928;
}
.BgClassName
{
background-color: #EAC928;
}
</style>
border-color css
<style>
span { border-color: #EAC928; }
span { border-color: rgb(234,201,40); }
td.TdClassName
{
border-color: #EAC928;
}
.TagClassName
{
border-color: #EAC928;
}
</style>