Shades of Broom #EFD51B
Tints of Broom #EFD51B
RGB
CMYK
RGB Variations
Color information
#EFD51B (or 0xEFD51B) is known color: Broom. HEX triplet: EF, D5 and 1B. RGB value is (239,213,27). Sum of RGB (Red+Green+Blue) = 239+213+27=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 27 (10.94% from 255 or 5.64% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD51B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD51B is #102AE4. Grayscale: #C8C8C8. Windows color (decimal): -1059557 or 1824239. OLE color: 1824239.
HSL color Cylindrical-coordinate representation of color #EFD51B: hue angle of 52.64º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFD51B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 27 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.06 |
| HSL | 52.64º | 0.87% | 0.52% | - |
| HSV(B) | 52.64º | 0.89% | 0.94% | - |
| XYZ | 59.59 | 66.02 | 10.64 | - |
| YUV | 199.57 | 30.61 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 27 | 0 | 0.11 | 0.89 | 0.06 | 52.64 | 0.87 | 0.52 |
| Hex | EF | D5 | 1B | 0 | B | 59 | 6 | 35 | 57 | 34 |
| Octal | 357 | 325 | 33 | 0 | 13 | 131 | 6 | 65 | 127 | 64 |
| Binary | 11101111 | 11010101 | 11011 | 0 | 1011 | 1011001 | 110 | 110101 | 1010111 | 110100 |
Color Harmonies of #EFD51B
Complementary color
Monochromatic Colors of #EFD51B
Black with #EFD51B
Text Example
Text Example
White with #EFD51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD51B; }
p { color: rgb(239,213,27); }
H1.HeaderClassName
{
color: #EFD51B;
}
.AnyTagClassName
{
color: #EFD51B;
}
</style>
background-color css
<style>
a { background-color: #EFD51B; }
a { background-color: rgb(239,213,27); }
div.DivClassName
{
background-color: #EFD51B;
}
.BgClassName
{
background-color: #EFD51B;
}
</style>
border-color css
<style>
span { border-color: #EFD51B; }
span { border-color: rgb(239,213,27); }
td.TdClassName
{
border-color: #EFD51B;
}
.TagClassName
{
border-color: #EFD51B;
}
</style>