Shades of Broom #EACF24
Tints of Broom #EACF24
RGB
CMYK
RGB Variations
Color information
#EACF24 (or 0xEACF24) is known color: Broom. HEX triplet: EA, CF and 24. RGB value is (234,207,36). Sum of RGB (Red+Green+Blue) = 234+207+36=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 36 (14.45% from 255 or 7.55% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF24 is #1530DB. Grayscale: #C4C4C4. Windows color (decimal): -1388764 or 2412522. OLE color: 2412522.
HSL color Cylindrical-coordinate representation of color #EACF24: hue angle of 51.82º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EACF24 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 36 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.08 |
| HSL | 51.82º | 0.83% | 0.53% | - |
| HSV(B) | 51.82º | 0.85% | 0.92% | - |
| XYZ | 56.56 | 62.25 | 10.7 | - |
| YUV | 195.58 | 37.95 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 36 | 0 | 0.12 | 0.85 | 0.08 | 51.82 | 0.83 | 0.53 |
| Hex | EA | CF | 24 | 0 | C | 55 | 8 | 34 | 52 | 35 |
| Octal | 352 | 317 | 44 | 0 | 14 | 125 | 10 | 64 | 122 | 65 |
| Binary | 11101010 | 11001111 | 100100 | 0 | 1100 | 1010101 | 1000 | 110100 | 1010010 | 110101 |
Color Harmonies of #EACF24
Complementary color
Monochromatic Colors of #EACF24
Black with #EACF24
Text Example
Text Example
White with #EACF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF24; }
p { color: rgb(234,207,36); }
H1.HeaderClassName
{
color: #EACF24;
}
.AnyTagClassName
{
color: #EACF24;
}
</style>
background-color css
<style>
a { background-color: #EACF24; }
a { background-color: rgb(234,207,36); }
div.DivClassName
{
background-color: #EACF24;
}
.BgClassName
{
background-color: #EACF24;
}
</style>
border-color css
<style>
span { border-color: #EACF24; }
span { border-color: rgb(234,207,36); }
td.TdClassName
{
border-color: #EACF24;
}
.TagClassName
{
border-color: #EACF24;
}
</style>