Shades of Broom #EACD1A
Tints of Broom #EACD1A
RGB
CMYK
RGB Variations
Color information
#EACD1A (or 0xEACD1A) is known color: Broom. HEX triplet: EA, CD and 1A. RGB value is (234,205,26). Sum of RGB (Red+Green+Blue) = 234+205+26=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACD1A is #1532E5. Grayscale: #C2C2C2. Windows color (decimal): -1389286 or 1756650. OLE color: 1756650.
HSL color Cylindrical-coordinate representation of color #EACD1A: hue angle of 51.63º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EACD1A is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 26 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.08 |
| HSL | 51.63º | 0.83% | 0.51% | - |
| HSV(B) | 51.63º | 0.89% | 0.92% | - |
| XYZ | 55.95 | 61.23 | 9.85 | - |
| YUV | 193.27 | 33.61 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 26 | 0 | 0.12 | 0.89 | 0.08 | 51.63 | 0.83 | 0.51 |
| Hex | EA | CD | 1A | 0 | C | 59 | 8 | 34 | 53 | 33 |
| Octal | 352 | 315 | 32 | 0 | 14 | 131 | 10 | 64 | 123 | 63 |
| Binary | 11101010 | 11001101 | 11010 | 0 | 1100 | 1011001 | 1000 | 110100 | 1010011 | 110011 |
Color Harmonies of #EACD1A
Complementary color
Monochromatic Colors of #EACD1A
Black with #EACD1A
Text Example
Text Example
White with #EACD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD1A; }
p { color: rgb(234,205,26); }
H1.HeaderClassName
{
color: #EACD1A;
}
.AnyTagClassName
{
color: #EACD1A;
}
</style>
background-color css
<style>
a { background-color: #EACD1A; }
a { background-color: rgb(234,205,26); }
div.DivClassName
{
background-color: #EACD1A;
}
.BgClassName
{
background-color: #EACD1A;
}
</style>
border-color css
<style>
span { border-color: #EACD1A; }
span { border-color: rgb(234,205,26); }
td.TdClassName
{
border-color: #EACD1A;
}
.TagClassName
{
border-color: #EACD1A;
}
</style>