Shades of Broom #EACD13
Tints of Broom #EACD13
RGB
CMYK
RGB Variations
Color information
#EACD13 (or 0xEACD13) is known color: Broom. HEX triplet: EA, CD and 13. RGB value is (234,205,19). Sum of RGB (Red+Green+Blue) = 234+205+19=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 19 (7.81% from 255 or 4.15% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD13 is #1532EC. Grayscale: #C1C1C1. Windows color (decimal): -1389293 or 1297898. OLE color: 1297898.
HSL color Cylindrical-coordinate representation of color #EACD13: hue angle of 51.91º 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 #EACD13 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 19 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.08 |
| HSL | 51.91º | 0.85% | 0.5% | - |
| HSV(B) | 51.91º | 0.92% | 0.92% | - |
| XYZ | 55.88 | 61.2 | 9.48 | - |
| YUV | 192.47 | 30.11 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 19 | 0 | 0.12 | 0.92 | 0.08 | 51.91 | 0.85 | 0.5 |
| Hex | EA | CD | 13 | 0 | C | 5C | 8 | 34 | 55 | 32 |
| Octal | 352 | 315 | 23 | 0 | 14 | 134 | 10 | 64 | 125 | 62 |
| Binary | 11101010 | 11001101 | 10011 | 0 | 1100 | 1011100 | 1000 | 110100 | 1010101 | 110010 |
Color Harmonies of #EACD13
Complementary color
Monochromatic Colors of #EACD13
Black with #EACD13
Text Example
Text Example
White with #EACD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD13; }
p { color: rgb(234,205,19); }
H1.HeaderClassName
{
color: #EACD13;
}
.AnyTagClassName
{
color: #EACD13;
}
</style>
background-color css
<style>
a { background-color: #EACD13; }
a { background-color: rgb(234,205,19); }
div.DivClassName
{
background-color: #EACD13;
}
.BgClassName
{
background-color: #EACD13;
}
</style>
border-color css
<style>
span { border-color: #EACD13; }
span { border-color: rgb(234,205,19); }
td.TdClassName
{
border-color: #EACD13;
}
.TagClassName
{
border-color: #EACD13;
}
</style>