Shades of Broom #EFDB1F
Tints of Broom #EFDB1F
RGB
CMYK
RGB Variations
Color information
#EFDB1F (or 0xEFDB1F) is known color: Broom. HEX triplet: EF, DB and 1F. RGB value is (239,219,31). Sum of RGB (Red+Green+Blue) = 239+219+31=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 31 (12.5% from 255 or 6.34% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB1F is #1024E0. Grayscale: #CCCCCC. Windows color (decimal): -1058017 or 2087919. OLE color: 2087919.
HSL color Cylindrical-coordinate representation of color #EFDB1F: hue angle of 54.23º 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 #EFDB1F is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 31 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.06 |
| HSL | 54.23º | 0.87% | 0.53% | - |
| HSV(B) | 54.23º | 0.87% | 0.94% | - |
| XYZ | 61.18 | 69.11 | 11.41 | - |
| YUV | 203.55 | 30.63 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 31 | 0 | 0.08 | 0.87 | 0.06 | 54.23 | 0.87 | 0.53 |
| Hex | EF | DB | 1F | 0 | 8 | 57 | 6 | 36 | 57 | 35 |
| Octal | 357 | 333 | 37 | 0 | 10 | 127 | 6 | 66 | 127 | 65 |
| Binary | 11101111 | 11011011 | 11111 | 0 | 1000 | 1010111 | 110 | 110110 | 1010111 | 110101 |
Color Harmonies of #EFDB1F
Complementary color
Monochromatic Colors of #EFDB1F
Black with #EFDB1F
Text Example
Text Example
White with #EFDB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB1F; }
p { color: rgb(239,219,31); }
H1.HeaderClassName
{
color: #EFDB1F;
}
.AnyTagClassName
{
color: #EFDB1F;
}
</style>
background-color css
<style>
a { background-color: #EFDB1F; }
a { background-color: rgb(239,219,31); }
div.DivClassName
{
background-color: #EFDB1F;
}
.BgClassName
{
background-color: #EFDB1F;
}
</style>
border-color css
<style>
span { border-color: #EFDB1F; }
span { border-color: rgb(239,219,31); }
td.TdClassName
{
border-color: #EFDB1F;
}
.TagClassName
{
border-color: #EFDB1F;
}
</style>