Shades of Broom #EFD013
Tints of Broom #EFD013
RGB
CMYK
RGB Variations
Color information
#EFD013 (or 0xEFD013) is known color: Broom. HEX triplet: EF, D0 and 13. RGB value is (239,208,19). Sum of RGB (Red+Green+Blue) = 239+208+19=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD013 is #102FEC. Grayscale: #C4C4C4. Windows color (decimal): -1060845 or 1298671. OLE color: 1298671.
HSL color Cylindrical-coordinate representation of color #EFD013: hue angle of 51.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFD013 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 19 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.06 |
| HSL | 51.55º | 0.87% | 0.51% | - |
| HSV(B) | 51.55º | 0.92% | 0.94% | - |
| XYZ | 58.27 | 63.51 | 9.8 | - |
| YUV | 195.72 | 28.27 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 19 | 0 | 0.13 | 0.92 | 0.06 | 51.55 | 0.87 | 0.51 |
| Hex | EF | D0 | 13 | 0 | D | 5C | 6 | 34 | 57 | 33 |
| Octal | 357 | 320 | 23 | 0 | 15 | 134 | 6 | 64 | 127 | 63 |
| Binary | 11101111 | 11010000 | 10011 | 0 | 1101 | 1011100 | 110 | 110100 | 1010111 | 110011 |
Color Harmonies of #EFD013
Complementary color
Monochromatic Colors of #EFD013
Black with #EFD013
Text Example
Text Example
White with #EFD013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD013; }
p { color: rgb(239,208,19); }
H1.HeaderClassName
{
color: #EFD013;
}
.AnyTagClassName
{
color: #EFD013;
}
</style>
background-color css
<style>
a { background-color: #EFD013; }
a { background-color: rgb(239,208,19); }
div.DivClassName
{
background-color: #EFD013;
}
.BgClassName
{
background-color: #EFD013;
}
</style>
border-color css
<style>
span { border-color: #EFD013; }
span { border-color: rgb(239,208,19); }
td.TdClassName
{
border-color: #EFD013;
}
.TagClassName
{
border-color: #EFD013;
}
</style>