Shades of Broom #EAD325
Tints of Broom #EAD325
RGB
CMYK
RGB Variations
Color information
#EAD325 (or 0xEAD325) is known color: Broom. HEX triplet: EA, D3 and 25. RGB value is (234,211,37). Sum of RGB (Red+Green+Blue) = 234+211+37=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD325 is #152CDA. Grayscale: #C6C6C6. Windows color (decimal): -1387739 or 2479082. OLE color: 2479082.
HSL color Cylindrical-coordinate representation of color #EAD325: hue angle of 52.99º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAD325 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 37 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.08 |
| HSL | 52.99º | 0.82% | 0.53% | - |
| HSV(B) | 52.99º | 0.84% | 0.92% | - |
| XYZ | 57.56 | 64.21 | 11.11 | - |
| YUV | 198.04 | 37.12 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 37 | 0 | 0.10 | 0.84 | 0.08 | 52.99 | 0.82 | 0.53 |
| Hex | EA | D3 | 25 | 0 | A | 54 | 8 | 35 | 52 | 35 |
| Octal | 352 | 323 | 45 | 0 | 12 | 124 | 10 | 65 | 122 | 65 |
| Binary | 11101010 | 11010011 | 100101 | 0 | 1010 | 1010100 | 1000 | 110101 | 1010010 | 110101 |
Color Harmonies of #EAD325
Complementary color
Monochromatic Colors of #EAD325
Black with #EAD325
Text Example
Text Example
White with #EAD325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD325; }
p { color: rgb(234,211,37); }
H1.HeaderClassName
{
color: #EAD325;
}
.AnyTagClassName
{
color: #EAD325;
}
</style>
background-color css
<style>
a { background-color: #EAD325; }
a { background-color: rgb(234,211,37); }
div.DivClassName
{
background-color: #EAD325;
}
.BgClassName
{
background-color: #EAD325;
}
</style>
border-color css
<style>
span { border-color: #EAD325; }
span { border-color: rgb(234,211,37); }
td.TdClassName
{
border-color: #EAD325;
}
.TagClassName
{
border-color: #EAD325;
}
</style>