Shades of Broom #EFDC1F
Tints of Broom #EFDC1F
RGB
CMYK
RGB Variations
Color information
#EFDC1F (or 0xEFDC1F) is known color: Broom. HEX triplet: EF, DC and 1F. RGB value is (239,220,31). Sum of RGB (Red+Green+Blue) = 239+220+31=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 31 (12.5% from 255 or 6.33% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC1F is #1023E0. Grayscale: #CCCCCC. Windows color (decimal): -1057761 or 2088175. OLE color: 2088175.
HSL color Cylindrical-coordinate representation of color #EFDC1F: hue angle of 54.52º 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 #EFDC1F is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 31 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.06 |
| HSL | 54.52º | 0.87% | 0.53% | - |
| HSV(B) | 54.52º | 0.87% | 0.94% | - |
| XYZ | 61.44 | 69.64 | 11.5 | - |
| YUV | 204.14 | 30.29 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 31 | 0 | 0.08 | 0.87 | 0.06 | 54.52 | 0.87 | 0.53 |
| Hex | EF | DC | 1F | 0 | 8 | 57 | 6 | 37 | 57 | 35 |
| Octal | 357 | 334 | 37 | 0 | 10 | 127 | 6 | 67 | 127 | 65 |
| Binary | 11101111 | 11011100 | 11111 | 0 | 1000 | 1010111 | 110 | 110111 | 1010111 | 110101 |
Color Harmonies of #EFDC1F
Complementary color
Monochromatic Colors of #EFDC1F
Black with #EFDC1F
Text Example
Text Example
White with #EFDC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC1F; }
p { color: rgb(239,220,31); }
H1.HeaderClassName
{
color: #EFDC1F;
}
.AnyTagClassName
{
color: #EFDC1F;
}
</style>
background-color css
<style>
a { background-color: #EFDC1F; }
a { background-color: rgb(239,220,31); }
div.DivClassName
{
background-color: #EFDC1F;
}
.BgClassName
{
background-color: #EFDC1F;
}
</style>
border-color css
<style>
span { border-color: #EFDC1F; }
span { border-color: rgb(239,220,31); }
td.TdClassName
{
border-color: #EFDC1F;
}
.TagClassName
{
border-color: #EFDC1F;
}
</style>