Shades of Broom #EFD022
Tints of Broom #EFD022
RGB
CMYK
RGB Variations
Color information
#EFD022 (or 0xEFD022) is known color: Broom. HEX triplet: EF, D0 and 22. RGB value is (239,208,34). Sum of RGB (Red+Green+Blue) = 239+208+34=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 34 (13.67% from 255 or 7.07% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD022 is #102FDD. Grayscale: #C6C6C6. Windows color (decimal): -1060830 or 2281711. OLE color: 2281711.
HSL color Cylindrical-coordinate representation of color #EFD022: hue angle of 50.93º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFD022 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 34 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.06 |
| HSL | 50.93º | 0.86% | 0.54% | - |
| HSV(B) | 50.93º | 0.86% | 0.94% | - |
| XYZ | 58.44 | 63.58 | 10.7 | - |
| YUV | 197.43 | 35.77 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 34 | 0 | 0.13 | 0.86 | 0.06 | 50.93 | 0.86 | 0.54 |
| Hex | EF | D0 | 22 | 0 | D | 56 | 6 | 33 | 56 | 36 |
| Octal | 357 | 320 | 42 | 0 | 15 | 126 | 6 | 63 | 126 | 66 |
| Binary | 11101111 | 11010000 | 100010 | 0 | 1101 | 1010110 | 110 | 110011 | 1010110 | 110110 |
Color Harmonies of #EFD022
Complementary color
Monochromatic Colors of #EFD022
Black with #EFD022
Text Example
Text Example
White with #EFD022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD022; }
p { color: rgb(239,208,34); }
H1.HeaderClassName
{
color: #EFD022;
}
.AnyTagClassName
{
color: #EFD022;
}
</style>
background-color css
<style>
a { background-color: #EFD022; }
a { background-color: rgb(239,208,34); }
div.DivClassName
{
background-color: #EFD022;
}
.BgClassName
{
background-color: #EFD022;
}
</style>
border-color css
<style>
span { border-color: #EFD022; }
span { border-color: rgb(239,208,34); }
td.TdClassName
{
border-color: #EFD022;
}
.TagClassName
{
border-color: #EFD022;
}
</style>