Shades of Broom #EAD223
Tints of Broom #EAD223
RGB
CMYK
RGB Variations
Color information
#EAD223 (or 0xEAD223) is known color: Broom. HEX triplet: EA, D2 and 23. RGB value is (234,210,35). Sum of RGB (Red+Green+Blue) = 234+210+35=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 35 (14.06% from 255 or 7.31% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD223 is #152DDC. Grayscale: #C5C5C5. Windows color (decimal): -1387997 or 2347754. OLE color: 2347754.
HSL color Cylindrical-coordinate representation of color #EAD223: hue angle of 52.76º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAD223 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 35 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.08 |
| HSL | 52.76º | 0.83% | 0.53% | - |
| HSV(B) | 52.76º | 0.85% | 0.92% | - |
| XYZ | 57.28 | 63.71 | 10.87 | - |
| YUV | 197.23 | 36.45 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 35 | 0 | 0.10 | 0.85 | 0.08 | 52.76 | 0.83 | 0.53 |
| Hex | EA | D2 | 23 | 0 | A | 55 | 8 | 35 | 53 | 35 |
| Octal | 352 | 322 | 43 | 0 | 12 | 125 | 10 | 65 | 123 | 65 |
| Binary | 11101010 | 11010010 | 100011 | 0 | 1010 | 1010101 | 1000 | 110101 | 1010011 | 110101 |
Color Harmonies of #EAD223
Complementary color
Monochromatic Colors of #EAD223
Black with #EAD223
Text Example
Text Example
White with #EAD223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD223; }
p { color: rgb(234,210,35); }
H1.HeaderClassName
{
color: #EAD223;
}
.AnyTagClassName
{
color: #EAD223;
}
</style>
background-color css
<style>
a { background-color: #EAD223; }
a { background-color: rgb(234,210,35); }
div.DivClassName
{
background-color: #EAD223;
}
.BgClassName
{
background-color: #EAD223;
}
</style>
border-color css
<style>
span { border-color: #EAD223; }
span { border-color: rgb(234,210,35); }
td.TdClassName
{
border-color: #EAD223;
}
.TagClassName
{
border-color: #EAD223;
}
</style>