Shades of Broom #EFD00F
Tints of Broom #EFD00F
RGB
CMYK
RGB Variations
Color information
#EFD00F (or 0xEFD00F) is known color: Broom. HEX triplet: EF, D0 and 0F. RGB value is (239,208,15). Sum of RGB (Red+Green+Blue) = 239+208+15=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD00F is #102FF0. Grayscale: #C4C4C4. Windows color (decimal): -1060849 or 1036527. OLE color: 1036527.
HSL color Cylindrical-coordinate representation of color #EFD00F: hue angle of 51.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFD00F is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 15 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.06 |
| HSL | 51.7º | 0.88% | 0.5% | - |
| HSV(B) | 51.7º | 0.94% | 0.94% | - |
| XYZ | 58.24 | 63.5 | 9.64 | - |
| YUV | 195.27 | 26.27 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 15 | 0 | 0.13 | 0.94 | 0.06 | 51.7 | 0.88 | 0.5 |
| Hex | EF | D0 | F | 0 | D | 5E | 6 | 34 | 58 | 32 |
| Octal | 357 | 320 | 17 | 0 | 15 | 136 | 6 | 64 | 130 | 62 |
| Binary | 11101111 | 11010000 | 1111 | 0 | 1101 | 1011110 | 110 | 110100 | 1011000 | 110010 |
Color Harmonies of #EFD00F
Complementary color
Monochromatic Colors of #EFD00F
Black with #EFD00F
Text Example
Text Example
White with #EFD00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD00F; }
p { color: rgb(239,208,15); }
H1.HeaderClassName
{
color: #EFD00F;
}
.AnyTagClassName
{
color: #EFD00F;
}
</style>
background-color css
<style>
a { background-color: #EFD00F; }
a { background-color: rgb(239,208,15); }
div.DivClassName
{
background-color: #EFD00F;
}
.BgClassName
{
background-color: #EFD00F;
}
</style>
border-color css
<style>
span { border-color: #EFD00F; }
span { border-color: rgb(239,208,15); }
td.TdClassName
{
border-color: #EFD00F;
}
.TagClassName
{
border-color: #EFD00F;
}
</style>