Shades of Broom #EAD123
Tints of Broom #EAD123
RGB
CMYK
RGB Variations
Color information
#EAD123 (or 0xEAD123) is known color: Broom. HEX triplet: EA, D1 and 23. RGB value is (234,209,35). Sum of RGB (Red+Green+Blue) = 234+209+35=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 35 (14.06% from 255 or 7.32% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD123 is #152EDC. Grayscale: #C5C5C5. Windows color (decimal): -1388253 or 2347498. OLE color: 2347498.
HSL color Cylindrical-coordinate representation of color #EAD123: hue angle of 52.46º 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 #EAD123 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 35 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.08 |
| HSL | 52.46º | 0.83% | 0.53% | - |
| HSV(B) | 52.46º | 0.85% | 0.92% | - |
| XYZ | 57.04 | 63.21 | 10.79 | - |
| YUV | 196.64 | 36.78 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 35 | 0 | 0.11 | 0.85 | 0.08 | 52.46 | 0.83 | 0.53 |
| Hex | EA | D1 | 23 | 0 | B | 55 | 8 | 34 | 53 | 35 |
| Octal | 352 | 321 | 43 | 0 | 13 | 125 | 10 | 64 | 123 | 65 |
| Binary | 11101010 | 11010001 | 100011 | 0 | 1011 | 1010101 | 1000 | 110100 | 1010011 | 110101 |
Color Harmonies of #EAD123
Complementary color
Monochromatic Colors of #EAD123
Black with #EAD123
Text Example
Text Example
White with #EAD123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD123; }
p { color: rgb(234,209,35); }
H1.HeaderClassName
{
color: #EAD123;
}
.AnyTagClassName
{
color: #EAD123;
}
</style>
background-color css
<style>
a { background-color: #EAD123; }
a { background-color: rgb(234,209,35); }
div.DivClassName
{
background-color: #EAD123;
}
.BgClassName
{
background-color: #EAD123;
}
</style>
border-color css
<style>
span { border-color: #EAD123; }
span { border-color: rgb(234,209,35); }
td.TdClassName
{
border-color: #EAD123;
}
.TagClassName
{
border-color: #EAD123;
}
</style>