Shades of Broom #EACF12
Tints of Broom #EACF12
RGB
CMYK
RGB Variations
Color information
#EACF12 (or 0xEACF12) is known color: Broom. HEX triplet: EA, CF and 12. RGB value is (234,207,18). Sum of RGB (Red+Green+Blue) = 234+207+18=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF12 is #1530ED. Grayscale: #C2C2C2. Windows color (decimal): -1388782 or 1232874. OLE color: 1232874.
HSL color Cylindrical-coordinate representation of color #EACF12: hue angle of 52.5º 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 #EACF12 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 18 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.08 |
| HSL | 52.5º | 0.86% | 0.49% | - |
| HSV(B) | 52.5º | 0.92% | 0.92% | - |
| XYZ | 56.35 | 62.16 | 9.6 | - |
| YUV | 193.53 | 28.95 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 18 | 0 | 0.12 | 0.92 | 0.08 | 52.5 | 0.86 | 0.49 |
| Hex | EA | CF | 12 | 0 | C | 5C | 8 | 34 | 56 | 31 |
| Octal | 352 | 317 | 22 | 0 | 14 | 134 | 10 | 64 | 126 | 61 |
| Binary | 11101010 | 11001111 | 10010 | 0 | 1100 | 1011100 | 1000 | 110100 | 1010110 | 110001 |
Color Harmonies of #EACF12
Complementary color
Monochromatic Colors of #EACF12
Black with #EACF12
Text Example
Text Example
White with #EACF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF12; }
p { color: rgb(234,207,18); }
H1.HeaderClassName
{
color: #EACF12;
}
.AnyTagClassName
{
color: #EACF12;
}
</style>
background-color css
<style>
a { background-color: #EACF12; }
a { background-color: rgb(234,207,18); }
div.DivClassName
{
background-color: #EACF12;
}
.BgClassName
{
background-color: #EACF12;
}
</style>
border-color css
<style>
span { border-color: #EACF12; }
span { border-color: rgb(234,207,18); }
td.TdClassName
{
border-color: #EACF12;
}
.TagClassName
{
border-color: #EACF12;
}
</style>