Shades of Broom #EFD024
Tints of Broom #EFD024
RGB
CMYK
RGB Variations
Color information
#EFD024 (or 0xEFD024) is known color: Broom. HEX triplet: EF, D0 and 24. RGB value is (239,208,36). Sum of RGB (Red+Green+Blue) = 239+208+36=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 36 (14.45% from 255 or 7.45% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD024 is #102FDB. Grayscale: #C6C6C6. Windows color (decimal): -1060828 or 2412783. OLE color: 2412783.
HSL color Cylindrical-coordinate representation of color #EFD024: hue angle of 50.84º 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 #EFD024 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 36 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.06 |
| HSL | 50.84º | 0.86% | 0.54% | - |
| HSV(B) | 50.84º | 0.85% | 0.94% | - |
| XYZ | 58.47 | 63.59 | 10.86 | - |
| YUV | 197.66 | 36.77 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 36 | 0 | 0.13 | 0.85 | 0.06 | 50.84 | 0.86 | 0.54 |
| Hex | EF | D0 | 24 | 0 | D | 55 | 6 | 33 | 56 | 36 |
| Octal | 357 | 320 | 44 | 0 | 15 | 125 | 6 | 63 | 126 | 66 |
| Binary | 11101111 | 11010000 | 100100 | 0 | 1101 | 1010101 | 110 | 110011 | 1010110 | 110110 |
Color Harmonies of #EFD024
Complementary color
Monochromatic Colors of #EFD024
Black with #EFD024
Text Example
Text Example
White with #EFD024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD024; }
p { color: rgb(239,208,36); }
H1.HeaderClassName
{
color: #EFD024;
}
.AnyTagClassName
{
color: #EFD024;
}
</style>
background-color css
<style>
a { background-color: #EFD024; }
a { background-color: rgb(239,208,36); }
div.DivClassName
{
background-color: #EFD024;
}
.BgClassName
{
background-color: #EFD024;
}
</style>
border-color css
<style>
span { border-color: #EFD024; }
span { border-color: rgb(239,208,36); }
td.TdClassName
{
border-color: #EFD024;
}
.TagClassName
{
border-color: #EFD024;
}
</style>