Shades of Broom #EACF21
Tints of Broom #EACF21
RGB
CMYK
RGB Variations
Color information
#EACF21 (or 0xEACF21) is known color: Broom. HEX triplet: EA, CF and 21. RGB value is (234,207,33). Sum of RGB (Red+Green+Blue) = 234+207+33=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 33 (13.28% from 255 or 6.96% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF21 is #1530DE. Grayscale: #C3C3C3. Windows color (decimal): -1388767 or 2215914. OLE color: 2215914.
HSL color Cylindrical-coordinate representation of color #EACF21: hue angle of 51.94º 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 #EACF21 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 33 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.08 |
| HSL | 51.94º | 0.83% | 0.52% | - |
| HSV(B) | 51.94º | 0.86% | 0.92% | - |
| XYZ | 56.52 | 62.23 | 10.47 | - |
| YUV | 195.24 | 36.45 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 33 | 0 | 0.12 | 0.86 | 0.08 | 51.94 | 0.83 | 0.52 |
| Hex | EA | CF | 21 | 0 | C | 56 | 8 | 34 | 53 | 34 |
| Octal | 352 | 317 | 41 | 0 | 14 | 126 | 10 | 64 | 123 | 64 |
| Binary | 11101010 | 11001111 | 100001 | 0 | 1100 | 1010110 | 1000 | 110100 | 1010011 | 110100 |
Color Harmonies of #EACF21
Complementary color
Monochromatic Colors of #EACF21
Black with #EACF21
Text Example
Text Example
White with #EACF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF21; }
p { color: rgb(234,207,33); }
H1.HeaderClassName
{
color: #EACF21;
}
.AnyTagClassName
{
color: #EACF21;
}
</style>
background-color css
<style>
a { background-color: #EACF21; }
a { background-color: rgb(234,207,33); }
div.DivClassName
{
background-color: #EACF21;
}
.BgClassName
{
background-color: #EACF21;
}
</style>
border-color css
<style>
span { border-color: #EACF21; }
span { border-color: rgb(234,207,33); }
td.TdClassName
{
border-color: #EACF21;
}
.TagClassName
{
border-color: #EACF21;
}
</style>