Shades of Broom #EFD118
Tints of Broom #EFD118
RGB
CMYK
RGB Variations
Color information
#EFD118 (or 0xEFD118) is known color: Broom. HEX triplet: EF, D1 and 18. RGB value is (239,209,24). Sum of RGB (Red+Green+Blue) = 239+209+24=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD118 is #102EE7. Grayscale: #C5C5C5. Windows color (decimal): -1060584 or 1626607. OLE color: 1626607.
HSL color Cylindrical-coordinate representation of color #EFD118: hue angle of 51.63º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFD118 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 24 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.06 |
| HSL | 51.63º | 0.87% | 0.52% | - |
| HSV(B) | 51.63º | 0.9% | 0.94% | - |
| XYZ | 58.56 | 64.02 | 10.13 | - |
| YUV | 196.88 | 30.44 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 24 | 0 | 0.13 | 0.90 | 0.06 | 51.63 | 0.87 | 0.52 |
| Hex | EF | D1 | 18 | 0 | D | 5A | 6 | 34 | 57 | 34 |
| Octal | 357 | 321 | 30 | 0 | 15 | 132 | 6 | 64 | 127 | 64 |
| Binary | 11101111 | 11010001 | 11000 | 0 | 1101 | 1011010 | 110 | 110100 | 1010111 | 110100 |
Color Harmonies of #EFD118
Complementary color
Monochromatic Colors of #EFD118
Black with #EFD118
Text Example
Text Example
White with #EFD118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD118; }
p { color: rgb(239,209,24); }
H1.HeaderClassName
{
color: #EFD118;
}
.AnyTagClassName
{
color: #EFD118;
}
</style>
background-color css
<style>
a { background-color: #EFD118; }
a { background-color: rgb(239,209,24); }
div.DivClassName
{
background-color: #EFD118;
}
.BgClassName
{
background-color: #EFD118;
}
</style>
border-color css
<style>
span { border-color: #EFD118; }
span { border-color: rgb(239,209,24); }
td.TdClassName
{
border-color: #EFD118;
}
.TagClassName
{
border-color: #EFD118;
}
</style>