Shades of Broom #EFD220
Tints of Broom #EFD220
RGB
CMYK
RGB Variations
Color information
#EFD220 (or 0xEFD220) is known color: Broom. HEX triplet: EF, D2 and 20. RGB value is (239,210,32). Sum of RGB (Red+Green+Blue) = 239+210+32=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD220 is #102DDF. Grayscale: #C7C7C7. Windows color (decimal): -1060320 or 2151151. OLE color: 2151151.
HSL color Cylindrical-coordinate representation of color #EFD220: hue angle of 51.59º 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 #EFD220 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 32 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.06 |
| HSL | 51.59º | 0.87% | 0.53% | - |
| HSV(B) | 51.59º | 0.87% | 0.94% | - |
| XYZ | 58.9 | 64.55 | 10.72 | - |
| YUV | 198.38 | 34.11 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 32 | 0 | 0.12 | 0.87 | 0.06 | 51.59 | 0.87 | 0.53 |
| Hex | EF | D2 | 20 | 0 | C | 57 | 6 | 34 | 57 | 35 |
| Octal | 357 | 322 | 40 | 0 | 14 | 127 | 6 | 64 | 127 | 65 |
| Binary | 11101111 | 11010010 | 100000 | 0 | 1100 | 1010111 | 110 | 110100 | 1010111 | 110101 |
Color Harmonies of #EFD220
Complementary color
Monochromatic Colors of #EFD220
Black with #EFD220
Text Example
Text Example
White with #EFD220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD220; }
p { color: rgb(239,210,32); }
H1.HeaderClassName
{
color: #EFD220;
}
.AnyTagClassName
{
color: #EFD220;
}
</style>
background-color css
<style>
a { background-color: #EFD220; }
a { background-color: rgb(239,210,32); }
div.DivClassName
{
background-color: #EFD220;
}
.BgClassName
{
background-color: #EFD220;
}
</style>
border-color css
<style>
span { border-color: #EFD220; }
span { border-color: rgb(239,210,32); }
td.TdClassName
{
border-color: #EFD220;
}
.TagClassName
{
border-color: #EFD220;
}
</style>