Shades of Broom #EAD215
Tints of Broom #EAD215
RGB
CMYK
RGB Variations
Color information
#EAD215 (or 0xEAD215) is known color: Broom. HEX triplet: EA, D2 and 15. RGB value is (234,210,21). Sum of RGB (Red+Green+Blue) = 234+210+21=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD215 is #152DEA. Grayscale: #C4C4C4. Windows color (decimal): -1388011 or 1430250. OLE color: 1430250.
HSL color Cylindrical-coordinate representation of color #EAD215: hue angle of 53.24º 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 #EAD215 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 21 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.08 |
| HSL | 53.24º | 0.84% | 0.5% | - |
| HSV(B) | 53.24º | 0.91% | 0.92% | - |
| XYZ | 57.11 | 63.64 | 9.98 | - |
| YUV | 195.63 | 29.45 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 21 | 0 | 0.10 | 0.91 | 0.08 | 53.24 | 0.84 | 0.5 |
| Hex | EA | D2 | 15 | 0 | A | 5B | 8 | 35 | 54 | 32 |
| Octal | 352 | 322 | 25 | 0 | 12 | 133 | 10 | 65 | 124 | 62 |
| Binary | 11101010 | 11010010 | 10101 | 0 | 1010 | 1011011 | 1000 | 110101 | 1010100 | 110010 |
Color Harmonies of #EAD215
Complementary color
Monochromatic Colors of #EAD215
Black with #EAD215
Text Example
Text Example
White with #EAD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD215; }
p { color: rgb(234,210,21); }
H1.HeaderClassName
{
color: #EAD215;
}
.AnyTagClassName
{
color: #EAD215;
}
</style>
background-color css
<style>
a { background-color: #EAD215; }
a { background-color: rgb(234,210,21); }
div.DivClassName
{
background-color: #EAD215;
}
.BgClassName
{
background-color: #EAD215;
}
</style>
border-color css
<style>
span { border-color: #EAD215; }
span { border-color: rgb(234,210,21); }
td.TdClassName
{
border-color: #EAD215;
}
.TagClassName
{
border-color: #EAD215;
}
</style>