Shades of Broom #EFD714
Tints of Broom #EFD714
RGB
CMYK
RGB Variations
Color information
#EFD714 (or 0xEFD714) is known color: Broom. HEX triplet: EF, D7 and 14. RGB value is (239,215,20). Sum of RGB (Red+Green+Blue) = 239+215+20=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD714 is #1028EB. Grayscale: #C8C8C8. Windows color (decimal): -1059052 or 1365999. OLE color: 1365999.
HSL color Cylindrical-coordinate representation of color #EFD714: hue angle of 53.42º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFD714 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 20 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.06 |
| HSL | 53.42º | 0.87% | 0.51% | - |
| HSV(B) | 53.42º | 0.92% | 0.94% | - |
| XYZ | 60.02 | 67 | 10.43 | - |
| YUV | 199.95 | 26.45 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 20 | 0 | 0.10 | 0.92 | 0.06 | 53.42 | 0.87 | 0.51 |
| Hex | EF | D7 | 14 | 0 | A | 5C | 6 | 35 | 57 | 33 |
| Octal | 357 | 327 | 24 | 0 | 12 | 134 | 6 | 65 | 127 | 63 |
| Binary | 11101111 | 11010111 | 10100 | 0 | 1010 | 1011100 | 110 | 110101 | 1010111 | 110011 |
Color Harmonies of #EFD714
Complementary color
Monochromatic Colors of #EFD714
Black with #EFD714
Text Example
Text Example
White with #EFD714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD714; }
p { color: rgb(239,215,20); }
H1.HeaderClassName
{
color: #EFD714;
}
.AnyTagClassName
{
color: #EFD714;
}
</style>
background-color css
<style>
a { background-color: #EFD714; }
a { background-color: rgb(239,215,20); }
div.DivClassName
{
background-color: #EFD714;
}
.BgClassName
{
background-color: #EFD714;
}
</style>
border-color css
<style>
span { border-color: #EFD714; }
span { border-color: rgb(239,215,20); }
td.TdClassName
{
border-color: #EFD714;
}
.TagClassName
{
border-color: #EFD714;
}
</style>