Shades of Broom #EFD31D
Tints of Broom #EFD31D
RGB
CMYK
RGB Variations
Color information
#EFD31D (or 0xEFD31D) is known color: Broom. HEX triplet: EF, D3 and 1D. RGB value is (239,211,29). Sum of RGB (Red+Green+Blue) = 239+211+29=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD31D is #102CE2. Grayscale: #C7C7C7. Windows color (decimal): -1060067 or 1954799. OLE color: 1954799.
HSL color Cylindrical-coordinate representation of color #EFD31D: hue angle of 52º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFD31D is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 29 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.06 |
| HSL | 52º | 0.87% | 0.53% | - |
| HSV(B) | 52º | 0.88% | 0.94% | - |
| XYZ | 59.11 | 65.03 | 10.6 | - |
| YUV | 198.62 | 32.28 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 29 | 0 | 0.12 | 0.88 | 0.06 | 52 | 0.87 | 0.53 |
| Hex | EF | D3 | 1D | 0 | C | 58 | 6 | 34 | 57 | 35 |
| Octal | 357 | 323 | 35 | 0 | 14 | 130 | 6 | 64 | 127 | 65 |
| Binary | 11101111 | 11010011 | 11101 | 0 | 1100 | 1011000 | 110 | 110100 | 1010111 | 110101 |
Color Harmonies of #EFD31D
Complementary color
Monochromatic Colors of #EFD31D
Black with #EFD31D
Text Example
Text Example
White with #EFD31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD31D; }
p { color: rgb(239,211,29); }
H1.HeaderClassName
{
color: #EFD31D;
}
.AnyTagClassName
{
color: #EFD31D;
}
</style>
background-color css
<style>
a { background-color: #EFD31D; }
a { background-color: rgb(239,211,29); }
div.DivClassName
{
background-color: #EFD31D;
}
.BgClassName
{
background-color: #EFD31D;
}
</style>
border-color css
<style>
span { border-color: #EFD31D; }
span { border-color: rgb(239,211,29); }
td.TdClassName
{
border-color: #EFD31D;
}
.TagClassName
{
border-color: #EFD31D;
}
</style>