Shades of Broom #EAD211
Tints of Broom #EAD211
RGB
CMYK
RGB Variations
Color information
#EAD211 (or 0xEAD211) is known color: Broom. HEX triplet: EA, D2 and 11. RGB value is (234,210,17). Sum of RGB (Red+Green+Blue) = 234+210+17=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD211 is #152DEE. Grayscale: #C3C3C3. Windows color (decimal): -1388015 or 1168106. OLE color: 1168106.
HSL color Cylindrical-coordinate representation of color #EAD211: hue angle of 53.36º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAD211 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 17 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.08 |
| HSL | 53.36º | 0.86% | 0.49% | - |
| HSV(B) | 53.36º | 0.93% | 0.92% | - |
| XYZ | 57.08 | 63.63 | 9.8 | - |
| YUV | 195.17 | 27.45 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 17 | 0 | 0.10 | 0.93 | 0.08 | 53.36 | 0.86 | 0.49 |
| Hex | EA | D2 | 11 | 0 | A | 5D | 8 | 35 | 56 | 31 |
| Octal | 352 | 322 | 21 | 0 | 12 | 135 | 10 | 65 | 126 | 61 |
| Binary | 11101010 | 11010010 | 10001 | 0 | 1010 | 1011101 | 1000 | 110101 | 1010110 | 110001 |
Color Harmonies of #EAD211
Complementary color
Monochromatic Colors of #EAD211
Black with #EAD211
Text Example
Text Example
White with #EAD211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD211; }
p { color: rgb(234,210,17); }
H1.HeaderClassName
{
color: #EAD211;
}
.AnyTagClassName
{
color: #EAD211;
}
</style>
background-color css
<style>
a { background-color: #EAD211; }
a { background-color: rgb(234,210,17); }
div.DivClassName
{
background-color: #EAD211;
}
.BgClassName
{
background-color: #EAD211;
}
</style>
border-color css
<style>
span { border-color: #EAD211; }
span { border-color: rgb(234,210,17); }
td.TdClassName
{
border-color: #EAD211;
}
.TagClassName
{
border-color: #EAD211;
}
</style>