Shades of Broom #EFD110
Tints of Broom #EFD110
RGB
CMYK
RGB Variations
Color information
#EFD110 (or 0xEFD110) is known color: Broom. HEX triplet: EF, D1 and 10. RGB value is (239,209,16). Sum of RGB (Red+Green+Blue) = 239+209+16=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD110 is #102EEF. Grayscale: #C4C4C4. Windows color (decimal): -1060592 or 1102319. OLE color: 1102319.
HSL color Cylindrical-coordinate representation of color #EFD110: hue angle of 51.93º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFD110 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 16 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.06 |
| HSL | 51.93º | 0.87% | 0.5% | - |
| HSV(B) | 51.93º | 0.93% | 0.94% | - |
| XYZ | 58.49 | 63.99 | 9.76 | - |
| YUV | 195.97 | 26.44 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 16 | 0 | 0.13 | 0.93 | 0.06 | 51.93 | 0.87 | 0.5 |
| Hex | EF | D1 | 10 | 0 | D | 5D | 6 | 34 | 57 | 32 |
| Octal | 357 | 321 | 20 | 0 | 15 | 135 | 6 | 64 | 127 | 62 |
| Binary | 11101111 | 11010001 | 10000 | 0 | 1101 | 1011101 | 110 | 110100 | 1010111 | 110010 |
Color Harmonies of #EFD110
Complementary color
Monochromatic Colors of #EFD110
Black with #EFD110
Text Example
Text Example
White with #EFD110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD110; }
p { color: rgb(239,209,16); }
H1.HeaderClassName
{
color: #EFD110;
}
.AnyTagClassName
{
color: #EFD110;
}
</style>
background-color css
<style>
a { background-color: #EFD110; }
a { background-color: rgb(239,209,16); }
div.DivClassName
{
background-color: #EFD110;
}
.BgClassName
{
background-color: #EFD110;
}
</style>
border-color css
<style>
span { border-color: #EFD110; }
span { border-color: rgb(239,209,16); }
td.TdClassName
{
border-color: #EFD110;
}
.TagClassName
{
border-color: #EFD110;
}
</style>