Shades of Broom #EFD128
Tints of Broom #EFD128
RGB
CMYK
RGB Variations
Color information
#EFD128 (or 0xEFD128) is known color: Broom. HEX triplet: EF, D1 and 28. RGB value is (239,209,40). Sum of RGB (Red+Green+Blue) = 239+209+40=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD128 is #102ED7. Grayscale: #C7C7C7. Windows color (decimal): -1060568 or 2675183. OLE color: 2675183.
HSL color Cylindrical-coordinate representation of color #EFD128: hue angle of 50.95º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFD128 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 40 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.06 |
| HSL | 50.95º | 0.86% | 0.55% | - |
| HSV(B) | 50.95º | 0.83% | 0.94% | - |
| XYZ | 58.78 | 64.1 | 11.28 | - |
| YUV | 198.7 | 38.44 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 40 | 0 | 0.13 | 0.83 | 0.06 | 50.95 | 0.86 | 0.55 |
| Hex | EF | D1 | 28 | 0 | D | 53 | 6 | 33 | 56 | 37 |
| Octal | 357 | 321 | 50 | 0 | 15 | 123 | 6 | 63 | 126 | 67 |
| Binary | 11101111 | 11010001 | 101000 | 0 | 1101 | 1010011 | 110 | 110011 | 1010110 | 110111 |
Color Harmonies of #EFD128
Complementary color
Monochromatic Colors of #EFD128
Black with #EFD128
Text Example
Text Example
White with #EFD128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD128; }
p { color: rgb(239,209,40); }
H1.HeaderClassName
{
color: #EFD128;
}
.AnyTagClassName
{
color: #EFD128;
}
</style>
background-color css
<style>
a { background-color: #EFD128; }
a { background-color: rgb(239,209,40); }
div.DivClassName
{
background-color: #EFD128;
}
.BgClassName
{
background-color: #EFD128;
}
</style>
border-color css
<style>
span { border-color: #EFD128; }
span { border-color: rgb(239,209,40); }
td.TdClassName
{
border-color: #EFD128;
}
.TagClassName
{
border-color: #EFD128;
}
</style>