Shades of Broom #EACF0F
Tints of Broom #EACF0F
RGB
CMYK
RGB Variations
Color information
#EACF0F (or 0xEACF0F) is known color: Broom. HEX triplet: EA, CF and 0F. RGB value is (234,207,15). Sum of RGB (Red+Green+Blue) = 234+207+15=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF0F is #1530F0. Grayscale: #C1C1C1. Windows color (decimal): -1388785 or 1036266. OLE color: 1036266.
HSL color Cylindrical-coordinate representation of color #EACF0F: hue angle of 52.6º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EACF0F is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 15 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.08 |
| HSL | 52.6º | 0.88% | 0.49% | - |
| HSV(B) | 52.6º | 0.94% | 0.92% | - |
| XYZ | 56.33 | 62.15 | 9.48 | - |
| YUV | 193.19 | 27.45 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 15 | 0 | 0.12 | 0.94 | 0.08 | 52.6 | 0.88 | 0.49 |
| Hex | EA | CF | F | 0 | C | 5E | 8 | 35 | 58 | 31 |
| Octal | 352 | 317 | 17 | 0 | 14 | 136 | 10 | 65 | 130 | 61 |
| Binary | 11101010 | 11001111 | 1111 | 0 | 1100 | 1011110 | 1000 | 110101 | 1011000 | 110001 |
Color Harmonies of #EACF0F
Complementary color
Monochromatic Colors of #EACF0F
Black with #EACF0F
Text Example
Text Example
White with #EACF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF0F; }
p { color: rgb(234,207,15); }
H1.HeaderClassName
{
color: #EACF0F;
}
.AnyTagClassName
{
color: #EACF0F;
}
</style>
background-color css
<style>
a { background-color: #EACF0F; }
a { background-color: rgb(234,207,15); }
div.DivClassName
{
background-color: #EACF0F;
}
.BgClassName
{
background-color: #EACF0F;
}
</style>
border-color css
<style>
span { border-color: #EACF0F; }
span { border-color: rgb(234,207,15); }
td.TdClassName
{
border-color: #EACF0F;
}
.TagClassName
{
border-color: #EACF0F;
}
</style>