Shades of Broom #EFD31F
Tints of Broom #EFD31F
RGB
CMYK
RGB Variations
Color information
#EFD31F (or 0xEFD31F) is known color: Broom. HEX triplet: EF, D3 and 1F. RGB value is (239,211,31). Sum of RGB (Red+Green+Blue) = 239+211+31=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 31 (12.5% from 255 or 6.44% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD31F is #102CE0. Grayscale: #C7C7C7. Windows color (decimal): -1060065 or 2085871. OLE color: 2085871.
HSL color Cylindrical-coordinate representation of color #EFD31F: hue angle of 51.92º 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 #EFD31F is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 31 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.06 |
| HSL | 51.92º | 0.87% | 0.53% | - |
| HSV(B) | 51.92º | 0.87% | 0.94% | - |
| XYZ | 59.14 | 65.04 | 10.73 | - |
| YUV | 198.85 | 33.28 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 31 | 0 | 0.12 | 0.87 | 0.06 | 51.92 | 0.87 | 0.53 |
| Hex | EF | D3 | 1F | 0 | C | 57 | 6 | 34 | 57 | 35 |
| Octal | 357 | 323 | 37 | 0 | 14 | 127 | 6 | 64 | 127 | 65 |
| Binary | 11101111 | 11010011 | 11111 | 0 | 1100 | 1010111 | 110 | 110100 | 1010111 | 110101 |
Color Harmonies of #EFD31F
Complementary color
Monochromatic Colors of #EFD31F
Black with #EFD31F
Text Example
Text Example
White with #EFD31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD31F; }
p { color: rgb(239,211,31); }
H1.HeaderClassName
{
color: #EFD31F;
}
.AnyTagClassName
{
color: #EFD31F;
}
</style>
background-color css
<style>
a { background-color: #EFD31F; }
a { background-color: rgb(239,211,31); }
div.DivClassName
{
background-color: #EFD31F;
}
.BgClassName
{
background-color: #EFD31F;
}
</style>
border-color css
<style>
span { border-color: #EFD31F; }
span { border-color: rgb(239,211,31); }
td.TdClassName
{
border-color: #EFD31F;
}
.TagClassName
{
border-color: #EFD31F;
}
</style>