Shades of Broom #EFD425
Tints of Broom #EFD425
RGB
CMYK
RGB Variations
Color information
#EFD425 (or 0xEFD425) is known color: Broom. HEX triplet: EF, D4 and 25. RGB value is (239,212,37). Sum of RGB (Red+Green+Blue) = 239+212+37=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD425 is #102BDA. Grayscale: #C8C8C8. Windows color (decimal): -1059803 or 2479343. OLE color: 2479343.
HSL color Cylindrical-coordinate representation of color #EFD425: hue angle of 51.98º 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 #EFD425 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 37 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.06 |
| HSL | 51.98º | 0.86% | 0.54% | - |
| HSV(B) | 51.98º | 0.85% | 0.94% | - |
| XYZ | 59.47 | 65.57 | 11.27 | - |
| YUV | 200.12 | 35.95 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 37 | 0 | 0.11 | 0.85 | 0.06 | 51.98 | 0.86 | 0.54 |
| Hex | EF | D4 | 25 | 0 | B | 55 | 6 | 34 | 56 | 36 |
| Octal | 357 | 324 | 45 | 0 | 13 | 125 | 6 | 64 | 126 | 66 |
| Binary | 11101111 | 11010100 | 100101 | 0 | 1011 | 1010101 | 110 | 110100 | 1010110 | 110110 |
Color Harmonies of #EFD425
Complementary color
Monochromatic Colors of #EFD425
Black with #EFD425
Text Example
Text Example
White with #EFD425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD425; }
p { color: rgb(239,212,37); }
H1.HeaderClassName
{
color: #EFD425;
}
.AnyTagClassName
{
color: #EFD425;
}
</style>
background-color css
<style>
a { background-color: #EFD425; }
a { background-color: rgb(239,212,37); }
div.DivClassName
{
background-color: #EFD425;
}
.BgClassName
{
background-color: #EFD425;
}
</style>
border-color css
<style>
span { border-color: #EFD425; }
span { border-color: rgb(239,212,37); }
td.TdClassName
{
border-color: #EFD425;
}
.TagClassName
{
border-color: #EFD425;
}
</style>