Shades of Broom #EAD717
Tints of Broom #EAD717
RGB
CMYK
RGB Variations
Color information
#EAD717 (or 0xEAD717) is known color: Broom. HEX triplet: EA, D7 and 17. RGB value is (234,215,23). Sum of RGB (Red+Green+Blue) = 234+215+23=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 23 (9.38% from 255 or 4.87% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD717 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD717 is #1528E8. Grayscale: #C7C7C7. Windows color (decimal): -1386729 or 1562602. OLE color: 1562602.
HSL color Cylindrical-coordinate representation of color #EAD717: hue angle of 54.6º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAD717 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 215 | 23 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.08 |
| HSL | 54.6º | 0.83% | 0.5% | - |
| HSV(B) | 54.6º | 0.9% | 0.92% | - |
| XYZ | 58.39 | 66.16 | 10.5 | - |
| YUV | 198.79 | 28.79 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 215 | 23 | 0 | 0.08 | 0.90 | 0.08 | 54.6 | 0.83 | 0.5 |
| Hex | EA | D7 | 17 | 0 | 8 | 5A | 8 | 37 | 53 | 32 |
| Octal | 352 | 327 | 27 | 0 | 10 | 132 | 10 | 67 | 123 | 62 |
| Binary | 11101010 | 11010111 | 10111 | 0 | 1000 | 1011010 | 1000 | 110111 | 1010011 | 110010 |
Color Harmonies of #EAD717
Complementary color
Monochromatic Colors of #EAD717
Black with #EAD717
Text Example
Text Example
White with #EAD717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD717; }
p { color: rgb(234,215,23); }
H1.HeaderClassName
{
color: #EAD717;
}
.AnyTagClassName
{
color: #EAD717;
}
</style>
background-color css
<style>
a { background-color: #EAD717; }
a { background-color: rgb(234,215,23); }
div.DivClassName
{
background-color: #EAD717;
}
.BgClassName
{
background-color: #EAD717;
}
</style>
border-color css
<style>
span { border-color: #EAD717; }
span { border-color: rgb(234,215,23); }
td.TdClassName
{
border-color: #EAD717;
}
.TagClassName
{
border-color: #EAD717;
}
</style>