Shades of Broom #EFD020
Tints of Broom #EFD020
RGB
CMYK
RGB Variations
Color information
#EFD020 (or 0xEFD020) is known color: Broom. HEX triplet: EF, D0 and 20. RGB value is (239,208,32). Sum of RGB (Red+Green+Blue) = 239+208+32=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD020 is #102FDF. Grayscale: #C5C5C5. Windows color (decimal): -1060832 or 2150639. OLE color: 2150639.
HSL color Cylindrical-coordinate representation of color #EFD020: hue angle of 51.01º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFD020 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 32 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.06 |
| HSL | 51.01º | 0.87% | 0.53% | - |
| HSV(B) | 51.01º | 0.87% | 0.94% | - |
| XYZ | 58.41 | 63.57 | 10.56 | - |
| YUV | 197.21 | 34.77 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 32 | 0 | 0.13 | 0.87 | 0.06 | 51.01 | 0.87 | 0.53 |
| Hex | EF | D0 | 20 | 0 | D | 57 | 6 | 33 | 57 | 35 |
| Octal | 357 | 320 | 40 | 0 | 15 | 127 | 6 | 63 | 127 | 65 |
| Binary | 11101111 | 11010000 | 100000 | 0 | 1101 | 1010111 | 110 | 110011 | 1010111 | 110101 |
Color Harmonies of #EFD020
Complementary color
Monochromatic Colors of #EFD020
Black with #EFD020
Text Example
Text Example
White with #EFD020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD020; }
p { color: rgb(239,208,32); }
H1.HeaderClassName
{
color: #EFD020;
}
.AnyTagClassName
{
color: #EFD020;
}
</style>
background-color css
<style>
a { background-color: #EFD020; }
a { background-color: rgb(239,208,32); }
div.DivClassName
{
background-color: #EFD020;
}
.BgClassName
{
background-color: #EFD020;
}
</style>
border-color css
<style>
span { border-color: #EFD020; }
span { border-color: rgb(239,208,32); }
td.TdClassName
{
border-color: #EFD020;
}
.TagClassName
{
border-color: #EFD020;
}
</style>