Shades of Broom #EACF20
Tints of Broom #EACF20
RGB
CMYK
RGB Variations
Color information
#EACF20 (or 0xEACF20) is known color: Broom. HEX triplet: EA, CF and 20. RGB value is (234,207,32). Sum of RGB (Red+Green+Blue) = 234+207+32=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 32 (12.89% from 255 or 6.77% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF20 is #1530DF. Grayscale: #C3C3C3. Windows color (decimal): -1388768 or 2150378. OLE color: 2150378.
HSL color Cylindrical-coordinate representation of color #EACF20: hue angle of 51.98º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EACF20 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 32 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.08 |
| HSL | 51.98º | 0.83% | 0.52% | - |
| HSV(B) | 51.98º | 0.86% | 0.92% | - |
| XYZ | 56.51 | 62.22 | 10.4 | - |
| YUV | 195.12 | 35.95 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 32 | 0 | 0.12 | 0.86 | 0.08 | 51.98 | 0.83 | 0.52 |
| Hex | EA | CF | 20 | 0 | C | 56 | 8 | 34 | 53 | 34 |
| Octal | 352 | 317 | 40 | 0 | 14 | 126 | 10 | 64 | 123 | 64 |
| Binary | 11101010 | 11001111 | 100000 | 0 | 1100 | 1010110 | 1000 | 110100 | 1010011 | 110100 |
Color Harmonies of #EACF20
Complementary color
Monochromatic Colors of #EACF20
Black with #EACF20
Text Example
Text Example
White with #EACF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF20; }
p { color: rgb(234,207,32); }
H1.HeaderClassName
{
color: #EACF20;
}
.AnyTagClassName
{
color: #EACF20;
}
</style>
background-color css
<style>
a { background-color: #EACF20; }
a { background-color: rgb(234,207,32); }
div.DivClassName
{
background-color: #EACF20;
}
.BgClassName
{
background-color: #EACF20;
}
</style>
border-color css
<style>
span { border-color: #EACF20; }
span { border-color: rgb(234,207,32); }
td.TdClassName
{
border-color: #EACF20;
}
.TagClassName
{
border-color: #EACF20;
}
</style>