Shades of Broom #EACA27
Tints of Broom #EACA27
RGB
CMYK
RGB Variations
Color information
#EACA27 (or 0xEACA27) is known color: Broom. HEX triplet: EA, CA and 27. RGB value is (234,202,39). Sum of RGB (Red+Green+Blue) = 234+202+39=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 39 (15.62% from 255 or 8.21% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA27 is #1535D8. Grayscale: #C1C1C1. Windows color (decimal): -1390041 or 2607850. OLE color: 2607850.
HSL color Cylindrical-coordinate representation of color #EACA27: hue angle of 50.15º 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 #EACA27 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 39 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.08 |
| HSL | 50.15º | 0.82% | 0.54% | - |
| HSV(B) | 50.15º | 0.83% | 0.92% | - |
| XYZ | 55.42 | 59.88 | 10.56 | - |
| YUV | 192.99 | 41.1 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 39 | 0 | 0.14 | 0.83 | 0.08 | 50.15 | 0.82 | 0.54 |
| Hex | EA | CA | 27 | 0 | E | 53 | 8 | 32 | 52 | 36 |
| Octal | 352 | 312 | 47 | 0 | 16 | 123 | 10 | 62 | 122 | 66 |
| Binary | 11101010 | 11001010 | 100111 | 0 | 1110 | 1010011 | 1000 | 110010 | 1010010 | 110110 |
Color Harmonies of #EACA27
Complementary color
Monochromatic Colors of #EACA27
Black with #EACA27
Text Example
Text Example
White with #EACA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA27; }
p { color: rgb(234,202,39); }
H1.HeaderClassName
{
color: #EACA27;
}
.AnyTagClassName
{
color: #EACA27;
}
</style>
background-color css
<style>
a { background-color: #EACA27; }
a { background-color: rgb(234,202,39); }
div.DivClassName
{
background-color: #EACA27;
}
.BgClassName
{
background-color: #EACA27;
}
</style>
border-color css
<style>
span { border-color: #EACA27; }
span { border-color: rgb(234,202,39); }
td.TdClassName
{
border-color: #EACA27;
}
.TagClassName
{
border-color: #EACA27;
}
</style>