Shades of Broom #EFD521
Tints of Broom #EFD521
RGB
CMYK
RGB Variations
Color information
#EFD521 (or 0xEFD521) is known color: Broom. HEX triplet: EF, D5 and 21. RGB value is (239,213,33). Sum of RGB (Red+Green+Blue) = 239+213+33=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 33 (13.28% from 255 or 6.80% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD521 is #102ADE. Grayscale: #C9C9C9. Windows color (decimal): -1059551 or 2217455. OLE color: 2217455.
HSL color Cylindrical-coordinate representation of color #EFD521: hue angle of 52.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFD521 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 33 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.06 |
| HSL | 52.43º | 0.87% | 0.53% | - |
| HSV(B) | 52.43º | 0.86% | 0.94% | - |
| XYZ | 59.67 | 66.05 | 11.04 | - |
| YUV | 200.25 | 33.61 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 33 | 0 | 0.11 | 0.86 | 0.06 | 52.43 | 0.87 | 0.53 |
| Hex | EF | D5 | 21 | 0 | B | 56 | 6 | 34 | 57 | 35 |
| Octal | 357 | 325 | 41 | 0 | 13 | 126 | 6 | 64 | 127 | 65 |
| Binary | 11101111 | 11010101 | 100001 | 0 | 1011 | 1010110 | 110 | 110100 | 1010111 | 110101 |
Color Harmonies of #EFD521
Complementary color
Monochromatic Colors of #EFD521
Black with #EFD521
Text Example
Text Example
White with #EFD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD521; }
p { color: rgb(239,213,33); }
H1.HeaderClassName
{
color: #EFD521;
}
.AnyTagClassName
{
color: #EFD521;
}
</style>
background-color css
<style>
a { background-color: #EFD521; }
a { background-color: rgb(239,213,33); }
div.DivClassName
{
background-color: #EFD521;
}
.BgClassName
{
background-color: #EFD521;
}
</style>
border-color css
<style>
span { border-color: #EFD521; }
span { border-color: rgb(239,213,33); }
td.TdClassName
{
border-color: #EFD521;
}
.TagClassName
{
border-color: #EFD521;
}
</style>