Shades of Broom #EACD1E
Tints of Broom #EACD1E
RGB
CMYK
RGB Variations
Color information
#EACD1E (or 0xEACD1E) is known color: Broom. HEX triplet: EA, CD and 1E. RGB value is (234,205,30). Sum of RGB (Red+Green+Blue) = 234+205+30=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 30 (12.11% from 255 or 6.40% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACD1E is #1532E1. Grayscale: #C2C2C2. Windows color (decimal): -1389282 or 2018794. OLE color: 2018794.
HSL color Cylindrical-coordinate representation of color #EACD1E: hue angle of 51.47º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EACD1E is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 30 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.08 |
| HSL | 51.47º | 0.83% | 0.52% | - |
| HSV(B) | 51.47º | 0.87% | 0.92% | - |
| XYZ | 56 | 61.25 | 10.1 | - |
| YUV | 193.72 | 35.61 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 30 | 0 | 0.12 | 0.87 | 0.08 | 51.47 | 0.83 | 0.52 |
| Hex | EA | CD | 1E | 0 | C | 57 | 8 | 33 | 53 | 34 |
| Octal | 352 | 315 | 36 | 0 | 14 | 127 | 10 | 63 | 123 | 64 |
| Binary | 11101010 | 11001101 | 11110 | 0 | 1100 | 1010111 | 1000 | 110011 | 1010011 | 110100 |
Color Harmonies of #EACD1E
Complementary color
Monochromatic Colors of #EACD1E
Black with #EACD1E
Text Example
Text Example
White with #EACD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD1E; }
p { color: rgb(234,205,30); }
H1.HeaderClassName
{
color: #EACD1E;
}
.AnyTagClassName
{
color: #EACD1E;
}
</style>
background-color css
<style>
a { background-color: #EACD1E; }
a { background-color: rgb(234,205,30); }
div.DivClassName
{
background-color: #EACD1E;
}
.BgClassName
{
background-color: #EACD1E;
}
</style>
border-color css
<style>
span { border-color: #EACD1E; }
span { border-color: rgb(234,205,30); }
td.TdClassName
{
border-color: #EACD1E;
}
.TagClassName
{
border-color: #EACD1E;
}
</style>