Shades of Broom #EFDB20
Tints of Broom #EFDB20
RGB
CMYK
RGB Variations
Color information
#EFDB20 (or 0xEFDB20) is known color: Broom. HEX triplet: EF, DB and 20. RGB value is (239,219,32). Sum of RGB (Red+Green+Blue) = 239+219+32=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 32 (12.89% from 255 or 6.53% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB20 is #1024DF. Grayscale: #CCCCCC. Windows color (decimal): -1058016 or 2153455. OLE color: 2153455.
HSL color Cylindrical-coordinate representation of color #EFDB20: hue angle of 54.2º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFDB20 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 32 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.06 |
| HSL | 54.2º | 0.87% | 0.53% | - |
| HSV(B) | 54.2º | 0.87% | 0.94% | - |
| XYZ | 61.19 | 69.12 | 11.48 | - |
| YUV | 203.66 | 31.13 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 32 | 0 | 0.08 | 0.87 | 0.06 | 54.2 | 0.87 | 0.53 |
| Hex | EF | DB | 20 | 0 | 8 | 57 | 6 | 36 | 57 | 35 |
| Octal | 357 | 333 | 40 | 0 | 10 | 127 | 6 | 66 | 127 | 65 |
| Binary | 11101111 | 11011011 | 100000 | 0 | 1000 | 1010111 | 110 | 110110 | 1010111 | 110101 |
Color Harmonies of #EFDB20
Complementary color
Monochromatic Colors of #EFDB20
Black with #EFDB20
Text Example
Text Example
White with #EFDB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB20; }
p { color: rgb(239,219,32); }
H1.HeaderClassName
{
color: #EFDB20;
}
.AnyTagClassName
{
color: #EFDB20;
}
</style>
background-color css
<style>
a { background-color: #EFDB20; }
a { background-color: rgb(239,219,32); }
div.DivClassName
{
background-color: #EFDB20;
}
.BgClassName
{
background-color: #EFDB20;
}
</style>
border-color css
<style>
span { border-color: #EFDB20; }
span { border-color: rgb(239,219,32); }
td.TdClassName
{
border-color: #EFDB20;
}
.TagClassName
{
border-color: #EFDB20;
}
</style>