Shades of Broom #EFDC1E
Tints of Broom #EFDC1E
RGB
CMYK
RGB Variations
Color information
#EFDC1E (or 0xEFDC1E) is known color: Broom. HEX triplet: EF, DC and 1E. RGB value is (239,220,30). Sum of RGB (Red+Green+Blue) = 239+220+30=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 30 (12.11% from 255 or 6.13% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC1E is #1023E1. Grayscale: #CCCCCC. Windows color (decimal): -1057762 or 2022639. OLE color: 2022639.
HSL color Cylindrical-coordinate representation of color #EFDC1E: hue angle of 54.55º 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 #EFDC1E is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 30 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.06 |
| HSL | 54.55º | 0.87% | 0.53% | - |
| HSV(B) | 54.55º | 0.87% | 0.94% | - |
| XYZ | 61.42 | 69.63 | 11.43 | - |
| YUV | 204.02 | 29.79 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 30 | 0 | 0.08 | 0.87 | 0.06 | 54.55 | 0.87 | 0.53 |
| Hex | EF | DC | 1E | 0 | 8 | 57 | 6 | 37 | 57 | 35 |
| Octal | 357 | 334 | 36 | 0 | 10 | 127 | 6 | 67 | 127 | 65 |
| Binary | 11101111 | 11011100 | 11110 | 0 | 1000 | 1010111 | 110 | 110111 | 1010111 | 110101 |
Color Harmonies of #EFDC1E
Complementary color
Monochromatic Colors of #EFDC1E
Black with #EFDC1E
Text Example
Text Example
White with #EFDC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC1E; }
p { color: rgb(239,220,30); }
H1.HeaderClassName
{
color: #EFDC1E;
}
.AnyTagClassName
{
color: #EFDC1E;
}
</style>
background-color css
<style>
a { background-color: #EFDC1E; }
a { background-color: rgb(239,220,30); }
div.DivClassName
{
background-color: #EFDC1E;
}
.BgClassName
{
background-color: #EFDC1E;
}
</style>
border-color css
<style>
span { border-color: #EFDC1E; }
span { border-color: rgb(239,220,30); }
td.TdClassName
{
border-color: #EFDC1E;
}
.TagClassName
{
border-color: #EFDC1E;
}
</style>