Shades of Broom #EFD41B
Tints of Broom #EFD41B
RGB
CMYK
RGB Variations
Color information
#EFD41B (or 0xEFD41B) is known color: Broom. HEX triplet: EF, D4 and 1B. RGB value is (239,212,27). Sum of RGB (Red+Green+Blue) = 239+212+27=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 27 (10.94% from 255 or 5.65% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD41B is #102BE4. Grayscale: #C7C7C7. Windows color (decimal): -1059813 or 1823983. OLE color: 1823983.
HSL color Cylindrical-coordinate representation of color #EFD41B: hue angle of 52.36º 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 #EFD41B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 27 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.06 |
| HSL | 52.36º | 0.87% | 0.52% | - |
| HSV(B) | 52.36º | 0.89% | 0.94% | - |
| XYZ | 59.34 | 65.52 | 10.56 | - |
| YUV | 198.98 | 30.95 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 27 | 0 | 0.11 | 0.89 | 0.06 | 52.36 | 0.87 | 0.52 |
| Hex | EF | D4 | 1B | 0 | B | 59 | 6 | 34 | 57 | 34 |
| Octal | 357 | 324 | 33 | 0 | 13 | 131 | 6 | 64 | 127 | 64 |
| Binary | 11101111 | 11010100 | 11011 | 0 | 1011 | 1011001 | 110 | 110100 | 1010111 | 110100 |
Color Harmonies of #EFD41B
Complementary color
Monochromatic Colors of #EFD41B
Black with #EFD41B
Text Example
Text Example
White with #EFD41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD41B; }
p { color: rgb(239,212,27); }
H1.HeaderClassName
{
color: #EFD41B;
}
.AnyTagClassName
{
color: #EFD41B;
}
</style>
background-color css
<style>
a { background-color: #EFD41B; }
a { background-color: rgb(239,212,27); }
div.DivClassName
{
background-color: #EFD41B;
}
.BgClassName
{
background-color: #EFD41B;
}
</style>
border-color css
<style>
span { border-color: #EFD41B; }
span { border-color: rgb(239,212,27); }
td.TdClassName
{
border-color: #EFD41B;
}
.TagClassName
{
border-color: #EFD41B;
}
</style>