Shades of Broom #EAC91D
Tints of Broom #EAC91D
RGB
CMYK
RGB Variations
Color information
#EAC91D (or 0xEAC91D) is known color: Broom. HEX triplet: EA, C9 and 1D. RGB value is (234,201,29). Sum of RGB (Red+Green+Blue) = 234+201+29=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 29 (11.72% from 255 or 6.25% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC91D is #1536E2. Grayscale: #BFBFBF. Windows color (decimal): -1390307 or 1952234. OLE color: 1952234.
HSL color Cylindrical-coordinate representation of color #EAC91D: hue angle of 50.34º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAC91D is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 29 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.08 |
| HSL | 50.34º | 0.83% | 0.52% | - |
| HSV(B) | 50.34º | 0.88% | 0.92% | - |
| XYZ | 55.04 | 59.35 | 9.72 | - |
| YUV | 191.26 | 36.43 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 29 | 0 | 0.14 | 0.88 | 0.08 | 50.34 | 0.83 | 0.52 |
| Hex | EA | C9 | 1D | 0 | E | 58 | 8 | 32 | 53 | 34 |
| Octal | 352 | 311 | 35 | 0 | 16 | 130 | 10 | 62 | 123 | 64 |
| Binary | 11101010 | 11001001 | 11101 | 0 | 1110 | 1011000 | 1000 | 110010 | 1010011 | 110100 |
Color Harmonies of #EAC91D
Complementary color
Monochromatic Colors of #EAC91D
Black with #EAC91D
Text Example
Text Example
White with #EAC91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC91D; }
p { color: rgb(234,201,29); }
H1.HeaderClassName
{
color: #EAC91D;
}
.AnyTagClassName
{
color: #EAC91D;
}
</style>
background-color css
<style>
a { background-color: #EAC91D; }
a { background-color: rgb(234,201,29); }
div.DivClassName
{
background-color: #EAC91D;
}
.BgClassName
{
background-color: #EAC91D;
}
</style>
border-color css
<style>
span { border-color: #EAC91D; }
span { border-color: rgb(234,201,29); }
td.TdClassName
{
border-color: #EAC91D;
}
.TagClassName
{
border-color: #EAC91D;
}
</style>