Shades of Broom #EAD31D
Tints of Broom #EAD31D
RGB
CMYK
RGB Variations
Color information
#EAD31D (or 0xEAD31D) is known color: Broom. HEX triplet: EA, D3 and 1D. RGB value is (234,211,29). Sum of RGB (Red+Green+Blue) = 234+211+29=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 29 (11.72% from 255 or 6.12% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD31D is #152CE2. Grayscale: #C5C5C5. Windows color (decimal): -1387747 or 1954794. OLE color: 1954794.
HSL color Cylindrical-coordinate representation of color #EAD31D: hue angle of 53.27º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAD31D is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 29 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.08 |
| HSL | 53.27º | 0.83% | 0.52% | - |
| HSV(B) | 53.27º | 0.88% | 0.92% | - |
| XYZ | 57.45 | 64.17 | 10.52 | - |
| YUV | 197.13 | 33.12 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 29 | 0 | 0.10 | 0.88 | 0.08 | 53.27 | 0.83 | 0.52 |
| Hex | EA | D3 | 1D | 0 | A | 58 | 8 | 35 | 53 | 34 |
| Octal | 352 | 323 | 35 | 0 | 12 | 130 | 10 | 65 | 123 | 64 |
| Binary | 11101010 | 11010011 | 11101 | 0 | 1010 | 1011000 | 1000 | 110101 | 1010011 | 110100 |
Color Harmonies of #EAD31D
Complementary color
Monochromatic Colors of #EAD31D
Black with #EAD31D
Text Example
Text Example
White with #EAD31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD31D; }
p { color: rgb(234,211,29); }
H1.HeaderClassName
{
color: #EAD31D;
}
.AnyTagClassName
{
color: #EAD31D;
}
</style>
background-color css
<style>
a { background-color: #EAD31D; }
a { background-color: rgb(234,211,29); }
div.DivClassName
{
background-color: #EAD31D;
}
.BgClassName
{
background-color: #EAD31D;
}
</style>
border-color css
<style>
span { border-color: #EAD31D; }
span { border-color: rgb(234,211,29); }
td.TdClassName
{
border-color: #EAD31D;
}
.TagClassName
{
border-color: #EAD31D;
}
</style>