Shades of Broom #EACE12
Tints of Broom #EACE12
RGB
CMYK
RGB Variations
Color information
#EACE12 (or 0xEACE12) is known color: Broom. HEX triplet: EA, CE and 12. RGB value is (234,206,18). Sum of RGB (Red+Green+Blue) = 234+206+18=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACE12 is #1531ED. Grayscale: #C1C1C1. Windows color (decimal): -1389038 or 1232618. OLE color: 1232618.
HSL color Cylindrical-coordinate representation of color #EACE12: hue angle of 52.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EACE12 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 18 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.08 |
| HSL | 52.22º | 0.86% | 0.49% | - |
| HSV(B) | 52.22º | 0.92% | 0.92% | - |
| XYZ | 56.11 | 61.68 | 9.52 | - |
| YUV | 192.94 | 29.28 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 18 | 0 | 0.12 | 0.92 | 0.08 | 52.22 | 0.86 | 0.49 |
| Hex | EA | CE | 12 | 0 | C | 5C | 8 | 34 | 56 | 31 |
| Octal | 352 | 316 | 22 | 0 | 14 | 134 | 10 | 64 | 126 | 61 |
| Binary | 11101010 | 11001110 | 10010 | 0 | 1100 | 1011100 | 1000 | 110100 | 1010110 | 110001 |
Color Harmonies of #EACE12
Complementary color
Monochromatic Colors of #EACE12
Black with #EACE12
Text Example
Text Example
White with #EACE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE12; }
p { color: rgb(234,206,18); }
H1.HeaderClassName
{
color: #EACE12;
}
.AnyTagClassName
{
color: #EACE12;
}
</style>
background-color css
<style>
a { background-color: #EACE12; }
a { background-color: rgb(234,206,18); }
div.DivClassName
{
background-color: #EACE12;
}
.BgClassName
{
background-color: #EACE12;
}
</style>
border-color css
<style>
span { border-color: #EACE12; }
span { border-color: rgb(234,206,18); }
td.TdClassName
{
border-color: #EACE12;
}
.TagClassName
{
border-color: #EACE12;
}
</style>