Shades of Broom #EAD716
Tints of Broom #EAD716
RGB
CMYK
RGB Variations
Color information
#EAD716 (or 0xEAD716) is known color: Broom. HEX triplet: EA, D7 and 16. RGB value is (234,215,22). Sum of RGB (Red+Green+Blue) = 234+215+22=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD716 is #1528E9. Grayscale: #C7C7C7. Windows color (decimal): -1386730 or 1497066. OLE color: 1497066.
HSL color Cylindrical-coordinate representation of color #EAD716: hue angle of 54.62º degrees, saturation: 0.83, 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 #EAD716 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 215 | 22 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.08 |
| HSL | 54.62º | 0.83% | 0.5% | - |
| HSV(B) | 54.62º | 0.91% | 0.92% | - |
| XYZ | 58.38 | 66.15 | 10.45 | - |
| YUV | 198.68 | 28.29 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 215 | 22 | 0 | 0.08 | 0.91 | 0.08 | 54.62 | 0.83 | 0.5 |
| Hex | EA | D7 | 16 | 0 | 8 | 5B | 8 | 37 | 53 | 32 |
| Octal | 352 | 327 | 26 | 0 | 10 | 133 | 10 | 67 | 123 | 62 |
| Binary | 11101010 | 11010111 | 10110 | 0 | 1000 | 1011011 | 1000 | 110111 | 1010011 | 110010 |
Color Harmonies of #EAD716
Complementary color
Monochromatic Colors of #EAD716
Black with #EAD716
Text Example
Text Example
White with #EAD716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD716; }
p { color: rgb(234,215,22); }
H1.HeaderClassName
{
color: #EAD716;
}
.AnyTagClassName
{
color: #EAD716;
}
</style>
background-color css
<style>
a { background-color: #EAD716; }
a { background-color: rgb(234,215,22); }
div.DivClassName
{
background-color: #EAD716;
}
.BgClassName
{
background-color: #EAD716;
}
</style>
border-color css
<style>
span { border-color: #EAD716; }
span { border-color: rgb(234,215,22); }
td.TdClassName
{
border-color: #EAD716;
}
.TagClassName
{
border-color: #EAD716;
}
</style>