Shades of Broom #EFC725
Tints of Broom #EFC725
RGB
CMYK
RGB Variations
Color information
#EFC725 (or 0xEFC725) is known color: Broom. HEX triplet: EF, C7 and 25. RGB value is (239,199,37). Sum of RGB (Red+Green+Blue) = 239+199+37=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 37 (14.84% from 255 or 7.79% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC725 is #1038DA. Grayscale: #C1C1C1. Windows color (decimal): -1063131 or 2476015. OLE color: 2476015.
HSL color Cylindrical-coordinate representation of color #EFC725: hue angle of 48.12º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFC725 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 37 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.06 |
| HSL | 48.12º | 0.86% | 0.54% | - |
| HSV(B) | 48.12º | 0.85% | 0.94% | - |
| XYZ | 56.35 | 59.33 | 10.23 | - |
| YUV | 192.49 | 40.25 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 37 | 0 | 0.17 | 0.85 | 0.06 | 48.12 | 0.86 | 0.54 |
| Hex | EF | C7 | 25 | 0 | 11 | 55 | 6 | 30 | 56 | 36 |
| Octal | 357 | 307 | 45 | 0 | 21 | 125 | 6 | 60 | 126 | 66 |
| Binary | 11101111 | 11000111 | 100101 | 0 | 10001 | 1010101 | 110 | 110000 | 1010110 | 110110 |
Color Harmonies of #EFC725
Complementary color
Monochromatic Colors of #EFC725
Black with #EFC725
Text Example
Text Example
White with #EFC725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC725; }
p { color: rgb(239,199,37); }
H1.HeaderClassName
{
color: #EFC725;
}
.AnyTagClassName
{
color: #EFC725;
}
</style>
background-color css
<style>
a { background-color: #EFC725; }
a { background-color: rgb(239,199,37); }
div.DivClassName
{
background-color: #EFC725;
}
.BgClassName
{
background-color: #EFC725;
}
</style>
border-color css
<style>
span { border-color: #EFC725; }
span { border-color: rgb(239,199,37); }
td.TdClassName
{
border-color: #EFC725;
}
.TagClassName
{
border-color: #EFC725;
}
</style>