Shades of Broom #EFD51D
Tints of Broom #EFD51D
RGB
CMYK
RGB Variations
Color information
#EFD51D (or 0xEFD51D) is known color: Broom. HEX triplet: EF, D5 and 1D. RGB value is (239,213,29). Sum of RGB (Red+Green+Blue) = 239+213+29=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD51D is #102AE2. Grayscale: #C8C8C8. Windows color (decimal): -1059555 or 1955311. OLE color: 1955311.
HSL color Cylindrical-coordinate representation of color #EFD51D: hue angle of 52.57º 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 #EFD51D is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 29 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.06 |
| HSL | 52.57º | 0.87% | 0.53% | - |
| HSV(B) | 52.57º | 0.88% | 0.94% | - |
| XYZ | 59.61 | 66.03 | 10.77 | - |
| YUV | 199.8 | 31.61 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 29 | 0 | 0.11 | 0.88 | 0.06 | 52.57 | 0.87 | 0.53 |
| Hex | EF | D5 | 1D | 0 | B | 58 | 6 | 35 | 57 | 35 |
| Octal | 357 | 325 | 35 | 0 | 13 | 130 | 6 | 65 | 127 | 65 |
| Binary | 11101111 | 11010101 | 11101 | 0 | 1011 | 1011000 | 110 | 110101 | 1010111 | 110101 |
Color Harmonies of #EFD51D
Complementary color
Monochromatic Colors of #EFD51D
Black with #EFD51D
Text Example
Text Example
White with #EFD51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD51D; }
p { color: rgb(239,213,29); }
H1.HeaderClassName
{
color: #EFD51D;
}
.AnyTagClassName
{
color: #EFD51D;
}
</style>
background-color css
<style>
a { background-color: #EFD51D; }
a { background-color: rgb(239,213,29); }
div.DivClassName
{
background-color: #EFD51D;
}
.BgClassName
{
background-color: #EFD51D;
}
</style>
border-color css
<style>
span { border-color: #EFD51D; }
span { border-color: rgb(239,213,29); }
td.TdClassName
{
border-color: #EFD51D;
}
.TagClassName
{
border-color: #EFD51D;
}
</style>