Shades of Broom #EACA1D
Tints of Broom #EACA1D
RGB
CMYK
RGB Variations
Color information
#EACA1D (or 0xEACA1D) is known color: Broom. HEX triplet: EA, CA and 1D. RGB value is (234,202,29). Sum of RGB (Red+Green+Blue) = 234+202+29=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA1D is #1535E2. Grayscale: #C0C0C0. Windows color (decimal): -1390051 or 1952490. OLE color: 1952490.
HSL color Cylindrical-coordinate representation of color #EACA1D: hue angle of 50.63º 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 #EACA1D is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 29 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.08 |
| HSL | 50.63º | 0.83% | 0.52% | - |
| HSV(B) | 50.63º | 0.88% | 0.92% | - |
| XYZ | 55.27 | 59.82 | 9.8 | - |
| YUV | 191.85 | 36.1 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 29 | 0 | 0.14 | 0.88 | 0.08 | 50.63 | 0.83 | 0.52 |
| Hex | EA | CA | 1D | 0 | E | 58 | 8 | 33 | 53 | 34 |
| Octal | 352 | 312 | 35 | 0 | 16 | 130 | 10 | 63 | 123 | 64 |
| Binary | 11101010 | 11001010 | 11101 | 0 | 1110 | 1011000 | 1000 | 110011 | 1010011 | 110100 |
Color Harmonies of #EACA1D
Complementary color
Monochromatic Colors of #EACA1D
Black with #EACA1D
Text Example
Text Example
White with #EACA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA1D; }
p { color: rgb(234,202,29); }
H1.HeaderClassName
{
color: #EACA1D;
}
.AnyTagClassName
{
color: #EACA1D;
}
</style>
background-color css
<style>
a { background-color: #EACA1D; }
a { background-color: rgb(234,202,29); }
div.DivClassName
{
background-color: #EACA1D;
}
.BgClassName
{
background-color: #EACA1D;
}
</style>
border-color css
<style>
span { border-color: #EACA1D; }
span { border-color: rgb(234,202,29); }
td.TdClassName
{
border-color: #EACA1D;
}
.TagClassName
{
border-color: #EACA1D;
}
</style>