Shades of Broom #EFDA19
Tints of Broom #EFDA19
RGB
CMYK
RGB Variations
Color information
#EFDA19 (or 0xEFDA19) is known color: Broom. HEX triplet: EF, DA and 19. RGB value is (239,218,25). Sum of RGB (Red+Green+Blue) = 239+218+25=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA19 is #1025E6. Grayscale: #CBCBCB. Windows color (decimal): -1058279 or 1694447. OLE color: 1694447.
HSL color Cylindrical-coordinate representation of color #EFDA19: hue angle of 54.11º 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 #EFDA19 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 25 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.06 |
| HSL | 54.11º | 0.87% | 0.52% | - |
| HSV(B) | 54.11º | 0.9% | 0.94% | - |
| XYZ | 60.84 | 68.56 | 10.95 | - |
| YUV | 202.28 | 27.96 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 25 | 0 | 0.09 | 0.90 | 0.06 | 54.11 | 0.87 | 0.52 |
| Hex | EF | DA | 19 | 0 | 9 | 5A | 6 | 36 | 57 | 34 |
| Octal | 357 | 332 | 31 | 0 | 11 | 132 | 6 | 66 | 127 | 64 |
| Binary | 11101111 | 11011010 | 11001 | 0 | 1001 | 1011010 | 110 | 110110 | 1010111 | 110100 |
Color Harmonies of #EFDA19
Complementary color
Monochromatic Colors of #EFDA19
Black with #EFDA19
Text Example
Text Example
White with #EFDA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA19; }
p { color: rgb(239,218,25); }
H1.HeaderClassName
{
color: #EFDA19;
}
.AnyTagClassName
{
color: #EFDA19;
}
</style>
background-color css
<style>
a { background-color: #EFDA19; }
a { background-color: rgb(239,218,25); }
div.DivClassName
{
background-color: #EFDA19;
}
.BgClassName
{
background-color: #EFDA19;
}
</style>
border-color css
<style>
span { border-color: #EFDA19; }
span { border-color: rgb(239,218,25); }
td.TdClassName
{
border-color: #EFDA19;
}
.TagClassName
{
border-color: #EFDA19;
}
</style>