Shades of Broom #EACF1D
Tints of Broom #EACF1D
RGB
CMYK
RGB Variations
Color information
#EACF1D (or 0xEACF1D) is known color: Broom. HEX triplet: EA, CF and 1D. RGB value is (234,207,29). Sum of RGB (Red+Green+Blue) = 234+207+29=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 29 (11.72% from 255 or 6.17% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF1D is #1530E2. Grayscale: #C3C3C3. Windows color (decimal): -1388771 or 1953770. OLE color: 1953770.
HSL color Cylindrical-coordinate representation of color #EACF1D: hue angle of 52.1º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EACF1D is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 29 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.08 |
| HSL | 52.1º | 0.83% | 0.52% | - |
| HSV(B) | 52.1º | 0.88% | 0.92% | - |
| XYZ | 56.47 | 62.21 | 10.19 | - |
| YUV | 194.78 | 34.45 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 29 | 0 | 0.12 | 0.88 | 0.08 | 52.1 | 0.83 | 0.52 |
| Hex | EA | CF | 1D | 0 | C | 58 | 8 | 34 | 53 | 34 |
| Octal | 352 | 317 | 35 | 0 | 14 | 130 | 10 | 64 | 123 | 64 |
| Binary | 11101010 | 11001111 | 11101 | 0 | 1100 | 1011000 | 1000 | 110100 | 1010011 | 110100 |
Color Harmonies of #EACF1D
Complementary color
Monochromatic Colors of #EACF1D
Black with #EACF1D
Text Example
Text Example
White with #EACF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF1D; }
p { color: rgb(234,207,29); }
H1.HeaderClassName
{
color: #EACF1D;
}
.AnyTagClassName
{
color: #EACF1D;
}
</style>
background-color css
<style>
a { background-color: #EACF1D; }
a { background-color: rgb(234,207,29); }
div.DivClassName
{
background-color: #EACF1D;
}
.BgClassName
{
background-color: #EACF1D;
}
</style>
border-color css
<style>
span { border-color: #EACF1D; }
span { border-color: rgb(234,207,29); }
td.TdClassName
{
border-color: #EACF1D;
}
.TagClassName
{
border-color: #EACF1D;
}
</style>