Shades of Broom #EFD616
Tints of Broom #EFD616
RGB
CMYK
RGB Variations
Color information
#EFD616 (or 0xEFD616) is known color: Broom. HEX triplet: EF, D6 and 16. RGB value is (239,214,22). Sum of RGB (Red+Green+Blue) = 239+214+22=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 22 (8.98% from 255 or 4.63% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD616 is #1029E9. Grayscale: #C8C8C8. Windows color (decimal): -1059306 or 1496815. OLE color: 1496815.
HSL color Cylindrical-coordinate representation of color #EFD616: hue angle of 53.09º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFD616 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 22 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.06 |
| HSL | 53.09º | 0.87% | 0.51% | - |
| HSV(B) | 53.09º | 0.91% | 0.94% | - |
| XYZ | 59.79 | 66.5 | 10.44 | - |
| YUV | 199.59 | 27.78 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 22 | 0 | 0.10 | 0.91 | 0.06 | 53.09 | 0.87 | 0.51 |
| Hex | EF | D6 | 16 | 0 | A | 5B | 6 | 35 | 57 | 33 |
| Octal | 357 | 326 | 26 | 0 | 12 | 133 | 6 | 65 | 127 | 63 |
| Binary | 11101111 | 11010110 | 10110 | 0 | 1010 | 1011011 | 110 | 110101 | 1010111 | 110011 |
Color Harmonies of #EFD616
Complementary color
Monochromatic Colors of #EFD616
Black with #EFD616
Text Example
Text Example
White with #EFD616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD616; }
p { color: rgb(239,214,22); }
H1.HeaderClassName
{
color: #EFD616;
}
.AnyTagClassName
{
color: #EFD616;
}
</style>
background-color css
<style>
a { background-color: #EFD616; }
a { background-color: rgb(239,214,22); }
div.DivClassName
{
background-color: #EFD616;
}
.BgClassName
{
background-color: #EFD616;
}
</style>
border-color css
<style>
span { border-color: #EFD616; }
span { border-color: rgb(239,214,22); }
td.TdClassName
{
border-color: #EFD616;
}
.TagClassName
{
border-color: #EFD616;
}
</style>