Shades of Broom #EFD319
Tints of Broom #EFD319
RGB
CMYK
RGB Variations
Color information
#EFD319 (or 0xEFD319) is known color: Broom. HEX triplet: EF, D3 and 19. RGB value is (239,211,25). Sum of RGB (Red+Green+Blue) = 239+211+25=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 25 (10.16% from 255 or 5.26% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD319 is #102CE6. Grayscale: #C6C6C6. Windows color (decimal): -1060071 or 1692655. OLE color: 1692655.
HSL color Cylindrical-coordinate representation of color #EFD319: hue angle of 52.15º 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 #EFD319 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 25 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.06 |
| HSL | 52.15º | 0.87% | 0.52% | - |
| HSV(B) | 52.15º | 0.9% | 0.94% | - |
| XYZ | 59.07 | 65.01 | 10.35 | - |
| YUV | 198.17 | 30.28 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 25 | 0 | 0.12 | 0.90 | 0.06 | 52.15 | 0.87 | 0.52 |
| Hex | EF | D3 | 19 | 0 | C | 5A | 6 | 34 | 57 | 34 |
| Octal | 357 | 323 | 31 | 0 | 14 | 132 | 6 | 64 | 127 | 64 |
| Binary | 11101111 | 11010011 | 11001 | 0 | 1100 | 1011010 | 110 | 110100 | 1010111 | 110100 |
Color Harmonies of #EFD319
Complementary color
Monochromatic Colors of #EFD319
Black with #EFD319
Text Example
Text Example
White with #EFD319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD319; }
p { color: rgb(239,211,25); }
H1.HeaderClassName
{
color: #EFD319;
}
.AnyTagClassName
{
color: #EFD319;
}
</style>
background-color css
<style>
a { background-color: #EFD319; }
a { background-color: rgb(239,211,25); }
div.DivClassName
{
background-color: #EFD319;
}
.BgClassName
{
background-color: #EFD319;
}
</style>
border-color css
<style>
span { border-color: #EFD319; }
span { border-color: rgb(239,211,25); }
td.TdClassName
{
border-color: #EFD319;
}
.TagClassName
{
border-color: #EFD319;
}
</style>