Shades of Broom #EACF25
Tints of Broom #EACF25
RGB
CMYK
RGB Variations
Color information
#EACF25 (or 0xEACF25) is known color: Broom. HEX triplet: EA, CF and 25. RGB value is (234,207,37). Sum of RGB (Red+Green+Blue) = 234+207+37=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF25 is #1530DA. Grayscale: #C4C4C4. Windows color (decimal): -1388763 or 2478058. OLE color: 2478058.
HSL color Cylindrical-coordinate representation of color #EACF25: hue angle of 51.78º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EACF25 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 37 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.08 |
| HSL | 51.78º | 0.82% | 0.53% | - |
| HSV(B) | 51.78º | 0.84% | 0.92% | - |
| XYZ | 56.58 | 62.25 | 10.78 | - |
| YUV | 195.69 | 38.45 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 37 | 0 | 0.12 | 0.84 | 0.08 | 51.78 | 0.82 | 0.53 |
| Hex | EA | CF | 25 | 0 | C | 54 | 8 | 34 | 52 | 35 |
| Octal | 352 | 317 | 45 | 0 | 14 | 124 | 10 | 64 | 122 | 65 |
| Binary | 11101010 | 11001111 | 100101 | 0 | 1100 | 1010100 | 1000 | 110100 | 1010010 | 110101 |
Color Harmonies of #EACF25
Complementary color
Monochromatic Colors of #EACF25
Black with #EACF25
Text Example
Text Example
White with #EACF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF25; }
p { color: rgb(234,207,37); }
H1.HeaderClassName
{
color: #EACF25;
}
.AnyTagClassName
{
color: #EACF25;
}
</style>
background-color css
<style>
a { background-color: #EACF25; }
a { background-color: rgb(234,207,37); }
div.DivClassName
{
background-color: #EACF25;
}
.BgClassName
{
background-color: #EACF25;
}
</style>
border-color css
<style>
span { border-color: #EACF25; }
span { border-color: rgb(234,207,37); }
td.TdClassName
{
border-color: #EACF25;
}
.TagClassName
{
border-color: #EACF25;
}
</style>