Shades of Broom #EACF19
Tints of Broom #EACF19
RGB
CMYK
RGB Variations
Color information
#EACF19 (or 0xEACF19) is known color: Broom. HEX triplet: EA, CF and 19. RGB value is (234,207,25). Sum of RGB (Red+Green+Blue) = 234+207+25=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 25 (10.16% from 255 or 5.36% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF19 is #1530E6. Grayscale: #C3C3C3. Windows color (decimal): -1388775 or 1691626. OLE color: 1691626.
HSL color Cylindrical-coordinate representation of color #EACF19: hue angle of 52.25º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EACF19 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 25 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.08 |
| HSL | 52.25º | 0.83% | 0.51% | - |
| HSV(B) | 52.25º | 0.89% | 0.92% | - |
| XYZ | 56.42 | 62.19 | 9.95 | - |
| YUV | 194.33 | 32.45 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 25 | 0 | 0.12 | 0.89 | 0.08 | 52.25 | 0.83 | 0.51 |
| Hex | EA | CF | 19 | 0 | C | 59 | 8 | 34 | 53 | 33 |
| Octal | 352 | 317 | 31 | 0 | 14 | 131 | 10 | 64 | 123 | 63 |
| Binary | 11101010 | 11001111 | 11001 | 0 | 1100 | 1011001 | 1000 | 110100 | 1010011 | 110011 |
Color Harmonies of #EACF19
Complementary color
Monochromatic Colors of #EACF19
Black with #EACF19
Text Example
Text Example
White with #EACF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF19; }
p { color: rgb(234,207,25); }
H1.HeaderClassName
{
color: #EACF19;
}
.AnyTagClassName
{
color: #EACF19;
}
</style>
background-color css
<style>
a { background-color: #EACF19; }
a { background-color: rgb(234,207,25); }
div.DivClassName
{
background-color: #EACF19;
}
.BgClassName
{
background-color: #EACF19;
}
</style>
border-color css
<style>
span { border-color: #EACF19; }
span { border-color: rgb(234,207,25); }
td.TdClassName
{
border-color: #EACF19;
}
.TagClassName
{
border-color: #EACF19;
}
</style>