Shades of Broom #EACF0D
Tints of Broom #EACF0D
RGB
CMYK
RGB Variations
Color information
#EACF0D (or 0xEACF0D) is known color: Broom. HEX triplet: EA, CF and 0D. RGB value is (234,207,13). Sum of RGB (Red+Green+Blue) = 234+207+13=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 13 (5.47% from 255 or 2.86% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF0D is #1530F2. Grayscale: #C1C1C1. Windows color (decimal): -1388787 or 905194. OLE color: 905194.
HSL color Cylindrical-coordinate representation of color #EACF0D: hue angle of 52.67º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EACF0D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 13 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.08 |
| HSL | 52.67º | 0.89% | 0.48% | - |
| HSV(B) | 52.67º | 0.94% | 0.92% | - |
| XYZ | 56.32 | 62.15 | 9.41 | - |
| YUV | 192.96 | 26.45 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 13 | 0 | 0.12 | 0.94 | 0.08 | 52.67 | 0.89 | 0.48 |
| Hex | EA | CF | D | 0 | C | 5E | 8 | 35 | 59 | 30 |
| Octal | 352 | 317 | 15 | 0 | 14 | 136 | 10 | 65 | 131 | 60 |
| Binary | 11101010 | 11001111 | 1101 | 0 | 1100 | 1011110 | 1000 | 110101 | 1011001 | 110000 |
Color Harmonies of #EACF0D
Complementary color
Monochromatic Colors of #EACF0D
Black with #EACF0D
Text Example
Text Example
White with #EACF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF0D; }
p { color: rgb(234,207,13); }
H1.HeaderClassName
{
color: #EACF0D;
}
.AnyTagClassName
{
color: #EACF0D;
}
</style>
background-color css
<style>
a { background-color: #EACF0D; }
a { background-color: rgb(234,207,13); }
div.DivClassName
{
background-color: #EACF0D;
}
.BgClassName
{
background-color: #EACF0D;
}
</style>
border-color css
<style>
span { border-color: #EACF0D; }
span { border-color: rgb(234,207,13); }
td.TdClassName
{
border-color: #EACF0D;
}
.TagClassName
{
border-color: #EACF0D;
}
</style>