Shades of Broom #EACF14
Tints of Broom #EACF14
RGB
CMYK
RGB Variations
Color information
#EACF14 (or 0xEACF14) is known color: Broom. HEX triplet: EA, CF and 14. RGB value is (234,207,20). Sum of RGB (Red+Green+Blue) = 234+207+20=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF14 is #1530EB. Grayscale: #C2C2C2. Windows color (decimal): -1388780 or 1363946. OLE color: 1363946.
HSL color Cylindrical-coordinate representation of color #EACF14: hue angle of 52.43º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EACF14 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 20 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.08 |
| HSL | 52.43º | 0.84% | 0.5% | - |
| HSV(B) | 52.43º | 0.91% | 0.92% | - |
| XYZ | 56.37 | 62.17 | 9.69 | - |
| YUV | 193.76 | 29.95 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 20 | 0 | 0.12 | 0.91 | 0.08 | 52.43 | 0.84 | 0.5 |
| Hex | EA | CF | 14 | 0 | C | 5B | 8 | 34 | 54 | 32 |
| Octal | 352 | 317 | 24 | 0 | 14 | 133 | 10 | 64 | 124 | 62 |
| Binary | 11101010 | 11001111 | 10100 | 0 | 1100 | 1011011 | 1000 | 110100 | 1010100 | 110010 |
Color Harmonies of #EACF14
Complementary color
Monochromatic Colors of #EACF14
Black with #EACF14
Text Example
Text Example
White with #EACF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF14; }
p { color: rgb(234,207,20); }
H1.HeaderClassName
{
color: #EACF14;
}
.AnyTagClassName
{
color: #EACF14;
}
</style>
background-color css
<style>
a { background-color: #EACF14; }
a { background-color: rgb(234,207,20); }
div.DivClassName
{
background-color: #EACF14;
}
.BgClassName
{
background-color: #EACF14;
}
</style>
border-color css
<style>
span { border-color: #EACF14; }
span { border-color: rgb(234,207,20); }
td.TdClassName
{
border-color: #EACF14;
}
.TagClassName
{
border-color: #EACF14;
}
</style>