Shades of Broom #EFD115
Tints of Broom #EFD115
RGB
CMYK
RGB Variations
Color information
#EFD115 (or 0xEFD115) is known color: Broom. HEX triplet: EF, D1 and 15. RGB value is (239,209,21). Sum of RGB (Red+Green+Blue) = 239+209+21=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 21 (8.59% from 255 or 4.48% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD115 is #102EEA. Grayscale: #C5C5C5. Windows color (decimal): -1060587 or 1429999. OLE color: 1429999.
HSL color Cylindrical-coordinate representation of color #EFD115: hue angle of 51.74º 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 #EFD115 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 21 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.06 |
| HSL | 51.74º | 0.87% | 0.51% | - |
| HSV(B) | 51.74º | 0.91% | 0.94% | - |
| XYZ | 58.53 | 64.01 | 9.98 | - |
| YUV | 196.54 | 28.94 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 21 | 0 | 0.13 | 0.91 | 0.06 | 51.74 | 0.87 | 0.51 |
| Hex | EF | D1 | 15 | 0 | D | 5B | 6 | 34 | 57 | 33 |
| Octal | 357 | 321 | 25 | 0 | 15 | 133 | 6 | 64 | 127 | 63 |
| Binary | 11101111 | 11010001 | 10101 | 0 | 1101 | 1011011 | 110 | 110100 | 1010111 | 110011 |
Color Harmonies of #EFD115
Complementary color
Monochromatic Colors of #EFD115
Black with #EFD115
Text Example
Text Example
White with #EFD115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD115; }
p { color: rgb(239,209,21); }
H1.HeaderClassName
{
color: #EFD115;
}
.AnyTagClassName
{
color: #EFD115;
}
</style>
background-color css
<style>
a { background-color: #EFD115; }
a { background-color: rgb(239,209,21); }
div.DivClassName
{
background-color: #EFD115;
}
.BgClassName
{
background-color: #EFD115;
}
</style>
border-color css
<style>
span { border-color: #EFD115; }
span { border-color: rgb(239,209,21); }
td.TdClassName
{
border-color: #EFD115;
}
.TagClassName
{
border-color: #EFD115;
}
</style>