Shades of Broom #EFD322
Tints of Broom #EFD322
RGB
CMYK
RGB Variations
Color information
#EFD322 (or 0xEFD322) is known color: Broom. HEX triplet: EF, D3 and 22. RGB value is (239,211,34). Sum of RGB (Red+Green+Blue) = 239+211+34=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 34 (13.67% from 255 or 7.02% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD322 is #102CDD. Grayscale: #C7C7C7. Windows color (decimal): -1060062 or 2282479. OLE color: 2282479.
HSL color Cylindrical-coordinate representation of color #EFD322: hue angle of 51.8º 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 #EFD322 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 34 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.06 |
| HSL | 51.8º | 0.86% | 0.54% | - |
| HSV(B) | 51.8º | 0.86% | 0.94% | - |
| XYZ | 59.18 | 65.05 | 10.95 | - |
| YUV | 199.19 | 34.78 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 34 | 0 | 0.12 | 0.86 | 0.06 | 51.8 | 0.86 | 0.54 |
| Hex | EF | D3 | 22 | 0 | C | 56 | 6 | 34 | 56 | 36 |
| Octal | 357 | 323 | 42 | 0 | 14 | 126 | 6 | 64 | 126 | 66 |
| Binary | 11101111 | 11010011 | 100010 | 0 | 1100 | 1010110 | 110 | 110100 | 1010110 | 110110 |
Color Harmonies of #EFD322
Complementary color
Monochromatic Colors of #EFD322
Black with #EFD322
Text Example
Text Example
White with #EFD322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD322; }
p { color: rgb(239,211,34); }
H1.HeaderClassName
{
color: #EFD322;
}
.AnyTagClassName
{
color: #EFD322;
}
</style>
background-color css
<style>
a { background-color: #EFD322; }
a { background-color: rgb(239,211,34); }
div.DivClassName
{
background-color: #EFD322;
}
.BgClassName
{
background-color: #EFD322;
}
</style>
border-color css
<style>
span { border-color: #EFD322; }
span { border-color: rgb(239,211,34); }
td.TdClassName
{
border-color: #EFD322;
}
.TagClassName
{
border-color: #EFD322;
}
</style>