Shades of Broom #EAD914
Tints of Broom #EAD914
RGB
CMYK
RGB Variations
Color information
#EAD914 (or 0xEAD914) is known color: Broom. HEX triplet: EA, D9 and 14. RGB value is (234,217,20). Sum of RGB (Red+Green+Blue) = 234+217+20=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD914 is #1526EB. Grayscale: #C8C8C8. Windows color (decimal): -1386220 or 1366506. OLE color: 1366506.
HSL color Cylindrical-coordinate representation of color #EAD914: hue angle of 55.23º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAD914 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 217 | 20 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.08 |
| HSL | 55.23º | 0.84% | 0.5% | - |
| HSV(B) | 55.23º | 0.91% | 0.92% | - |
| XYZ | 58.87 | 67.17 | 10.52 | - |
| YUV | 199.63 | 26.63 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 217 | 20 | 0 | 0.07 | 0.91 | 0.08 | 55.23 | 0.84 | 0.5 |
| Hex | EA | D9 | 14 | 0 | 7 | 5B | 8 | 37 | 54 | 32 |
| Octal | 352 | 331 | 24 | 0 | 7 | 133 | 10 | 67 | 124 | 62 |
| Binary | 11101010 | 11011001 | 10100 | 0 | 111 | 1011011 | 1000 | 110111 | 1010100 | 110010 |
Color Harmonies of #EAD914
Complementary color
Monochromatic Colors of #EAD914
Black with #EAD914
Text Example
Text Example
White with #EAD914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD914; }
p { color: rgb(234,217,20); }
H1.HeaderClassName
{
color: #EAD914;
}
.AnyTagClassName
{
color: #EAD914;
}
</style>
background-color css
<style>
a { background-color: #EAD914; }
a { background-color: rgb(234,217,20); }
div.DivClassName
{
background-color: #EAD914;
}
.BgClassName
{
background-color: #EAD914;
}
</style>
border-color css
<style>
span { border-color: #EAD914; }
span { border-color: rgb(234,217,20); }
td.TdClassName
{
border-color: #EAD914;
}
.TagClassName
{
border-color: #EAD914;
}
</style>