Shades of Broom #EFD320
Tints of Broom #EFD320
RGB
CMYK
RGB Variations
Color information
#EFD320 (or 0xEFD320) is known color: Broom. HEX triplet: EF, D3 and 20. RGB value is (239,211,32). Sum of RGB (Red+Green+Blue) = 239+211+32=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD320 is #102CDF. Grayscale: #C7C7C7. Windows color (decimal): -1060064 or 2151407. OLE color: 2151407.
HSL color Cylindrical-coordinate representation of color #EFD320: hue angle of 51.88º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFD320 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 32 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.06 |
| HSL | 51.88º | 0.87% | 0.53% | - |
| HSV(B) | 51.88º | 0.87% | 0.94% | - |
| XYZ | 59.15 | 65.04 | 10.8 | - |
| YUV | 198.97 | 33.78 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 32 | 0 | 0.12 | 0.87 | 0.06 | 51.88 | 0.87 | 0.53 |
| Hex | EF | D3 | 20 | 0 | C | 57 | 6 | 34 | 57 | 35 |
| Octal | 357 | 323 | 40 | 0 | 14 | 127 | 6 | 64 | 127 | 65 |
| Binary | 11101111 | 11010011 | 100000 | 0 | 1100 | 1010111 | 110 | 110100 | 1010111 | 110101 |
Color Harmonies of #EFD320
Complementary color
Monochromatic Colors of #EFD320
Black with #EFD320
Text Example
Text Example
White with #EFD320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD320; }
p { color: rgb(239,211,32); }
H1.HeaderClassName
{
color: #EFD320;
}
.AnyTagClassName
{
color: #EFD320;
}
</style>
background-color css
<style>
a { background-color: #EFD320; }
a { background-color: rgb(239,211,32); }
div.DivClassName
{
background-color: #EFD320;
}
.BgClassName
{
background-color: #EFD320;
}
</style>
border-color css
<style>
span { border-color: #EFD320; }
span { border-color: rgb(239,211,32); }
td.TdClassName
{
border-color: #EFD320;
}
.TagClassName
{
border-color: #EFD320;
}
</style>