Shades of Broom #EFD526
Tints of Broom #EFD526
RGB
CMYK
RGB Variations
Color information
#EFD526 (or 0xEFD526) is known color: Broom. HEX triplet: EF, D5 and 26. RGB value is (239,213,38). Sum of RGB (Red+Green+Blue) = 239+213+38=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 38 (15.23% from 255 or 7.76% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD526 is #102AD9. Grayscale: #C9C9C9. Windows color (decimal): -1059546 or 2545135. OLE color: 2545135.
HSL color Cylindrical-coordinate representation of color #EFD526: hue angle of 52.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFD526 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 38 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.06 |
| HSL | 52.24º | 0.86% | 0.54% | - |
| HSV(B) | 52.24º | 0.84% | 0.94% | - |
| XYZ | 59.74 | 66.08 | 11.44 | - |
| YUV | 200.82 | 36.11 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 38 | 0 | 0.11 | 0.84 | 0.06 | 52.24 | 0.86 | 0.54 |
| Hex | EF | D5 | 26 | 0 | B | 54 | 6 | 34 | 56 | 36 |
| Octal | 357 | 325 | 46 | 0 | 13 | 124 | 6 | 64 | 126 | 66 |
| Binary | 11101111 | 11010101 | 100110 | 0 | 1011 | 1010100 | 110 | 110100 | 1010110 | 110110 |
Color Harmonies of #EFD526
Complementary color
Monochromatic Colors of #EFD526
Black with #EFD526
Text Example
Text Example
White with #EFD526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD526; }
p { color: rgb(239,213,38); }
H1.HeaderClassName
{
color: #EFD526;
}
.AnyTagClassName
{
color: #EFD526;
}
</style>
background-color css
<style>
a { background-color: #EFD526; }
a { background-color: rgb(239,213,38); }
div.DivClassName
{
background-color: #EFD526;
}
.BgClassName
{
background-color: #EFD526;
}
</style>
border-color css
<style>
span { border-color: #EFD526; }
span { border-color: rgb(239,213,38); }
td.TdClassName
{
border-color: #EFD526;
}
.TagClassName
{
border-color: #EFD526;
}
</style>