Shades of Broom #EACF15
Tints of Broom #EACF15
RGB
CMYK
RGB Variations
Color information
#EACF15 (or 0xEACF15) is known color: Broom. HEX triplet: EA, CF and 15. RGB value is (234,207,21). Sum of RGB (Red+Green+Blue) = 234+207+21=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF15 is #1530EA. Grayscale: #C2C2C2. Windows color (decimal): -1388779 or 1429482. OLE color: 1429482.
HSL color Cylindrical-coordinate representation of color #EACF15: hue angle of 52.39º 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 #EACF15 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 21 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.08 |
| HSL | 52.39º | 0.84% | 0.5% | - |
| HSV(B) | 52.39º | 0.91% | 0.92% | - |
| XYZ | 56.38 | 62.17 | 9.74 | - |
| YUV | 193.87 | 30.45 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 21 | 0 | 0.12 | 0.91 | 0.08 | 52.39 | 0.84 | 0.5 |
| Hex | EA | CF | 15 | 0 | C | 5B | 8 | 34 | 54 | 32 |
| Octal | 352 | 317 | 25 | 0 | 14 | 133 | 10 | 64 | 124 | 62 |
| Binary | 11101010 | 11001111 | 10101 | 0 | 1100 | 1011011 | 1000 | 110100 | 1010100 | 110010 |
Color Harmonies of #EACF15
Complementary color
Monochromatic Colors of #EACF15
Black with #EACF15
Text Example
Text Example
White with #EACF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF15; }
p { color: rgb(234,207,21); }
H1.HeaderClassName
{
color: #EACF15;
}
.AnyTagClassName
{
color: #EACF15;
}
</style>
background-color css
<style>
a { background-color: #EACF15; }
a { background-color: rgb(234,207,21); }
div.DivClassName
{
background-color: #EACF15;
}
.BgClassName
{
background-color: #EACF15;
}
</style>
border-color css
<style>
span { border-color: #EACF15; }
span { border-color: rgb(234,207,21); }
td.TdClassName
{
border-color: #EACF15;
}
.TagClassName
{
border-color: #EACF15;
}
</style>