Shades of Broom #EACF10
Tints of Broom #EACF10
RGB
CMYK
RGB Variations
Color information
#EACF10 (or 0xEACF10) is known color: Broom. HEX triplet: EA, CF and 10. RGB value is (234,207,16). Sum of RGB (Red+Green+Blue) = 234+207+16=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF10 is #1530EF. Grayscale: #C2C2C2. Windows color (decimal): -1388784 or 1101802. OLE color: 1101802.
HSL color Cylindrical-coordinate representation of color #EACF10: hue angle of 52.57º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EACF10 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 16 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.08 |
| HSL | 52.57º | 0.87% | 0.49% | - |
| HSV(B) | 52.57º | 0.93% | 0.92% | - |
| XYZ | 56.34 | 62.16 | 9.52 | - |
| YUV | 193.3 | 27.95 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 16 | 0 | 0.12 | 0.93 | 0.08 | 52.57 | 0.87 | 0.49 |
| Hex | EA | CF | 10 | 0 | C | 5D | 8 | 35 | 57 | 31 |
| Octal | 352 | 317 | 20 | 0 | 14 | 135 | 10 | 65 | 127 | 61 |
| Binary | 11101010 | 11001111 | 10000 | 0 | 1100 | 1011101 | 1000 | 110101 | 1010111 | 110001 |
Color Harmonies of #EACF10
Complementary color
Monochromatic Colors of #EACF10
Black with #EACF10
Text Example
Text Example
White with #EACF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF10; }
p { color: rgb(234,207,16); }
H1.HeaderClassName
{
color: #EACF10;
}
.AnyTagClassName
{
color: #EACF10;
}
</style>
background-color css
<style>
a { background-color: #EACF10; }
a { background-color: rgb(234,207,16); }
div.DivClassName
{
background-color: #EACF10;
}
.BgClassName
{
background-color: #EACF10;
}
</style>
border-color css
<style>
span { border-color: #EACF10; }
span { border-color: rgb(234,207,16); }
td.TdClassName
{
border-color: #EACF10;
}
.TagClassName
{
border-color: #EACF10;
}
</style>