Shades of Broom #EAD313
Tints of Broom #EAD313
RGB
CMYK
RGB Variations
Color information
#EAD313 (or 0xEAD313) is known color: Broom. HEX triplet: EA, D3 and 13. RGB value is (234,211,19). Sum of RGB (Red+Green+Blue) = 234+211+19=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD313 is #152CEC. Grayscale: #C4C4C4. Windows color (decimal): -1387757 or 1299434. OLE color: 1299434.
HSL color Cylindrical-coordinate representation of color #EAD313: hue angle of 53.58º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAD313 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 19 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.08 |
| HSL | 53.58º | 0.85% | 0.5% | - |
| HSV(B) | 53.58º | 0.92% | 0.92% | - |
| XYZ | 57.34 | 64.13 | 9.97 | - |
| YUV | 195.99 | 28.12 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 19 | 0 | 0.10 | 0.92 | 0.08 | 53.58 | 0.85 | 0.5 |
| Hex | EA | D3 | 13 | 0 | A | 5C | 8 | 36 | 55 | 32 |
| Octal | 352 | 323 | 23 | 0 | 12 | 134 | 10 | 66 | 125 | 62 |
| Binary | 11101010 | 11010011 | 10011 | 0 | 1010 | 1011100 | 1000 | 110110 | 1010101 | 110010 |
Color Harmonies of #EAD313
Complementary color
Monochromatic Colors of #EAD313
Black with #EAD313
Text Example
Text Example
White with #EAD313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD313; }
p { color: rgb(234,211,19); }
H1.HeaderClassName
{
color: #EAD313;
}
.AnyTagClassName
{
color: #EAD313;
}
</style>
background-color css
<style>
a { background-color: #EAD313; }
a { background-color: rgb(234,211,19); }
div.DivClassName
{
background-color: #EAD313;
}
.BgClassName
{
background-color: #EAD313;
}
</style>
border-color css
<style>
span { border-color: #EAD313; }
span { border-color: rgb(234,211,19); }
td.TdClassName
{
border-color: #EAD313;
}
.TagClassName
{
border-color: #EAD313;
}
</style>