Shades of Broom #EAC526
Tints of Broom #EAC526
RGB
CMYK
RGB Variations
Color information
#EAC526 (or 0xEAC526) is known color: Broom. HEX triplet: EA, C5 and 26. RGB value is (234,197,38). Sum of RGB (Red+Green+Blue) = 234+197+38=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 38 (15.23% from 255 or 8.10% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC526 is #153AD9. Grayscale: #BEBEBE. Windows color (decimal): -1391322 or 2541034. OLE color: 2541034.
HSL color Cylindrical-coordinate representation of color #EAC526: hue angle of 48.67º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAC526 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 38 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.08 |
| HSL | 48.67º | 0.82% | 0.53% | - |
| HSV(B) | 48.67º | 0.84% | 0.92% | - |
| XYZ | 54.25 | 57.56 | 10.09 | - |
| YUV | 189.94 | 42.26 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 38 | 0 | 0.16 | 0.84 | 0.08 | 48.67 | 0.82 | 0.53 |
| Hex | EA | C5 | 26 | 0 | 10 | 54 | 8 | 31 | 52 | 35 |
| Octal | 352 | 305 | 46 | 0 | 20 | 124 | 10 | 61 | 122 | 65 |
| Binary | 11101010 | 11000101 | 100110 | 0 | 10000 | 1010100 | 1000 | 110001 | 1010010 | 110101 |
Color Harmonies of #EAC526
Complementary color
Monochromatic Colors of #EAC526
Black with #EAC526
Text Example
Text Example
White with #EAC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC526; }
p { color: rgb(234,197,38); }
H1.HeaderClassName
{
color: #EAC526;
}
.AnyTagClassName
{
color: #EAC526;
}
</style>
background-color css
<style>
a { background-color: #EAC526; }
a { background-color: rgb(234,197,38); }
div.DivClassName
{
background-color: #EAC526;
}
.BgClassName
{
background-color: #EAC526;
}
</style>
border-color css
<style>
span { border-color: #EAC526; }
span { border-color: rgb(234,197,38); }
td.TdClassName
{
border-color: #EAC526;
}
.TagClassName
{
border-color: #EAC526;
}
</style>