Shades of Broom #EFD720
Tints of Broom #EFD720
RGB
CMYK
RGB Variations
Color information
#EFD720 (or 0xEFD720) is known color: Broom. HEX triplet: EF, D7 and 20. RGB value is (239,215,32). Sum of RGB (Red+Green+Blue) = 239+215+32=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 32 (12.89% from 255 or 6.58% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD720 is #1028DF. Grayscale: #CACACA. Windows color (decimal): -1059040 or 2152431. OLE color: 2152431.
HSL color Cylindrical-coordinate representation of color #EFD720: hue angle of 53.04º 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 #EFD720 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 32 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.06 |
| HSL | 53.04º | 0.87% | 0.53% | - |
| HSV(B) | 53.04º | 0.87% | 0.94% | - |
| XYZ | 60.16 | 67.06 | 11.14 | - |
| YUV | 201.31 | 32.45 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 32 | 0 | 0.10 | 0.87 | 0.06 | 53.04 | 0.87 | 0.53 |
| Hex | EF | D7 | 20 | 0 | A | 57 | 6 | 35 | 57 | 35 |
| Octal | 357 | 327 | 40 | 0 | 12 | 127 | 6 | 65 | 127 | 65 |
| Binary | 11101111 | 11010111 | 100000 | 0 | 1010 | 1010111 | 110 | 110101 | 1010111 | 110101 |
Color Harmonies of #EFD720
Complementary color
Monochromatic Colors of #EFD720
Black with #EFD720
Text Example
Text Example
White with #EFD720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD720; }
p { color: rgb(239,215,32); }
H1.HeaderClassName
{
color: #EFD720;
}
.AnyTagClassName
{
color: #EFD720;
}
</style>
background-color css
<style>
a { background-color: #EFD720; }
a { background-color: rgb(239,215,32); }
div.DivClassName
{
background-color: #EFD720;
}
.BgClassName
{
background-color: #EFD720;
}
</style>
border-color css
<style>
span { border-color: #EFD720; }
span { border-color: rgb(239,215,32); }
td.TdClassName
{
border-color: #EFD720;
}
.TagClassName
{
border-color: #EFD720;
}
</style>