Shades of Broom #EAD328
Tints of Broom #EAD328
RGB
CMYK
RGB Variations
Color information
#EAD328 (or 0xEAD328) is known color: Broom. HEX triplet: EA, D3 and 28. RGB value is (234,211,40). Sum of RGB (Red+Green+Blue) = 234+211+40=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD328 is #152CD7. Grayscale: #C7C7C7. Windows color (decimal): -1387736 or 2675690. OLE color: 2675690.
HSL color Cylindrical-coordinate representation of color #EAD328: hue angle of 52.89º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAD328 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 40 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.08 |
| HSL | 52.89º | 0.82% | 0.54% | - |
| HSV(B) | 52.89º | 0.83% | 0.92% | - |
| XYZ | 57.61 | 64.23 | 11.37 | - |
| YUV | 198.38 | 38.62 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 40 | 0 | 0.10 | 0.83 | 0.08 | 52.89 | 0.82 | 0.54 |
| Hex | EA | D3 | 28 | 0 | A | 53 | 8 | 35 | 52 | 36 |
| Octal | 352 | 323 | 50 | 0 | 12 | 123 | 10 | 65 | 122 | 66 |
| Binary | 11101010 | 11010011 | 101000 | 0 | 1010 | 1010011 | 1000 | 110101 | 1010010 | 110110 |
Color Harmonies of #EAD328
Complementary color
Monochromatic Colors of #EAD328
Black with #EAD328
Text Example
Text Example
White with #EAD328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD328; }
p { color: rgb(234,211,40); }
H1.HeaderClassName
{
color: #EAD328;
}
.AnyTagClassName
{
color: #EAD328;
}
</style>
background-color css
<style>
a { background-color: #EAD328; }
a { background-color: rgb(234,211,40); }
div.DivClassName
{
background-color: #EAD328;
}
.BgClassName
{
background-color: #EAD328;
}
</style>
border-color css
<style>
span { border-color: #EAD328; }
span { border-color: rgb(234,211,40); }
td.TdClassName
{
border-color: #EAD328;
}
.TagClassName
{
border-color: #EAD328;
}
</style>