Shades of Broom #EFD012
Tints of Broom #EFD012
RGB
CMYK
RGB Variations
Color information
#EFD012 (or 0xEFD012) is known color: Broom. HEX triplet: EF, D0 and 12. RGB value is (239,208,18). Sum of RGB (Red+Green+Blue) = 239+208+18=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD012 is #102FED. Grayscale: #C4C4C4. Windows color (decimal): -1060846 or 1233135. OLE color: 1233135.
HSL color Cylindrical-coordinate representation of color #EFD012: hue angle of 51.58º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFD012 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 18 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.06 |
| HSL | 51.58º | 0.87% | 0.5% | - |
| HSV(B) | 51.58º | 0.92% | 0.94% | - |
| XYZ | 58.26 | 63.51 | 9.76 | - |
| YUV | 195.61 | 27.77 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 18 | 0 | 0.13 | 0.92 | 0.06 | 51.58 | 0.87 | 0.5 |
| Hex | EF | D0 | 12 | 0 | D | 5C | 6 | 34 | 57 | 32 |
| Octal | 357 | 320 | 22 | 0 | 15 | 134 | 6 | 64 | 127 | 62 |
| Binary | 11101111 | 11010000 | 10010 | 0 | 1101 | 1011100 | 110 | 110100 | 1010111 | 110010 |
Color Harmonies of #EFD012
Complementary color
Monochromatic Colors of #EFD012
Black with #EFD012
Text Example
Text Example
White with #EFD012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD012; }
p { color: rgb(239,208,18); }
H1.HeaderClassName
{
color: #EFD012;
}
.AnyTagClassName
{
color: #EFD012;
}
</style>
background-color css
<style>
a { background-color: #EFD012; }
a { background-color: rgb(239,208,18); }
div.DivClassName
{
background-color: #EFD012;
}
.BgClassName
{
background-color: #EFD012;
}
</style>
border-color css
<style>
span { border-color: #EFD012; }
span { border-color: rgb(239,208,18); }
td.TdClassName
{
border-color: #EFD012;
}
.TagClassName
{
border-color: #EFD012;
}
</style>