Shades of Broom #EFD520
Tints of Broom #EFD520
RGB
CMYK
RGB Variations
Color information
#EFD520 (or 0xEFD520) is known color: Broom. HEX triplet: EF, D5 and 20. RGB value is (239,213,32). Sum of RGB (Red+Green+Blue) = 239+213+32=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD520 is #102ADF. Grayscale: #C8C8C8. Windows color (decimal): -1059552 or 2151919. OLE color: 2151919.
HSL color Cylindrical-coordinate representation of color #EFD520: hue angle of 52.46º 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 #EFD520 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 32 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.06 |
| HSL | 52.46º | 0.87% | 0.53% | - |
| HSV(B) | 52.46º | 0.87% | 0.94% | - |
| XYZ | 59.65 | 66.04 | 10.97 | - |
| YUV | 200.14 | 33.11 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 32 | 0 | 0.11 | 0.87 | 0.06 | 52.46 | 0.87 | 0.53 |
| Hex | EF | D5 | 20 | 0 | B | 57 | 6 | 34 | 57 | 35 |
| Octal | 357 | 325 | 40 | 0 | 13 | 127 | 6 | 64 | 127 | 65 |
| Binary | 11101111 | 11010101 | 100000 | 0 | 1011 | 1010111 | 110 | 110100 | 1010111 | 110101 |
Color Harmonies of #EFD520
Complementary color
Monochromatic Colors of #EFD520
Black with #EFD520
Text Example
Text Example
White with #EFD520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD520; }
p { color: rgb(239,213,32); }
H1.HeaderClassName
{
color: #EFD520;
}
.AnyTagClassName
{
color: #EFD520;
}
</style>
background-color css
<style>
a { background-color: #EFD520; }
a { background-color: rgb(239,213,32); }
div.DivClassName
{
background-color: #EFD520;
}
.BgClassName
{
background-color: #EFD520;
}
</style>
border-color css
<style>
span { border-color: #EFD520; }
span { border-color: rgb(239,213,32); }
td.TdClassName
{
border-color: #EFD520;
}
.TagClassName
{
border-color: #EFD520;
}
</style>