Shades of Broom #EAD10E
Tints of Broom #EAD10E
RGB
CMYK
RGB Variations
Color information
#EAD10E (or 0xEAD10E) is known color: Broom. HEX triplet: EA, D1 and 0E. RGB value is (234,209,14). Sum of RGB (Red+Green+Blue) = 234+209+14=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD10E is #152EF1. Grayscale: #C3C3C3. Windows color (decimal): -1388274 or 971242. OLE color: 971242.
HSL color Cylindrical-coordinate representation of color #EAD10E: hue angle of 53.18º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAD10E is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 14 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.08 |
| HSL | 53.18º | 0.89% | 0.49% | - |
| HSV(B) | 53.18º | 0.94% | 0.92% | - |
| XYZ | 56.81 | 63.13 | 9.61 | - |
| YUV | 194.25 | 26.28 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 14 | 0 | 0.11 | 0.94 | 0.08 | 53.18 | 0.89 | 0.49 |
| Hex | EA | D1 | E | 0 | B | 5E | 8 | 35 | 59 | 31 |
| Octal | 352 | 321 | 16 | 0 | 13 | 136 | 10 | 65 | 131 | 61 |
| Binary | 11101010 | 11010001 | 1110 | 0 | 1011 | 1011110 | 1000 | 110101 | 1011001 | 110001 |
Color Harmonies of #EAD10E
Complementary color
Monochromatic Colors of #EAD10E
Black with #EAD10E
Text Example
Text Example
White with #EAD10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD10E; }
p { color: rgb(234,209,14); }
H1.HeaderClassName
{
color: #EAD10E;
}
.AnyTagClassName
{
color: #EAD10E;
}
</style>
background-color css
<style>
a { background-color: #EAD10E; }
a { background-color: rgb(234,209,14); }
div.DivClassName
{
background-color: #EAD10E;
}
.BgClassName
{
background-color: #EAD10E;
}
</style>
border-color css
<style>
span { border-color: #EAD10E; }
span { border-color: rgb(234,209,14); }
td.TdClassName
{
border-color: #EAD10E;
}
.TagClassName
{
border-color: #EAD10E;
}
</style>