Shades of Broom #EFDC1D
Tints of Broom #EFDC1D
RGB
CMYK
RGB Variations
Color information
#EFDC1D (or 0xEFDC1D) is known color: Broom. HEX triplet: EF, DC and 1D. RGB value is (239,220,29). Sum of RGB (Red+Green+Blue) = 239+220+29=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC1D is #1023E2. Grayscale: #CCCCCC. Windows color (decimal): -1057763 or 1957103. OLE color: 1957103.
HSL color Cylindrical-coordinate representation of color #EFDC1D: hue angle of 54.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFDC1D is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 29 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.06 |
| HSL | 54.57º | 0.87% | 0.53% | - |
| HSV(B) | 54.57º | 0.88% | 0.94% | - |
| XYZ | 61.41 | 69.63 | 11.36 | - |
| YUV | 203.91 | 29.29 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 29 | 0 | 0.08 | 0.88 | 0.06 | 54.57 | 0.87 | 0.53 |
| Hex | EF | DC | 1D | 0 | 8 | 58 | 6 | 37 | 57 | 35 |
| Octal | 357 | 334 | 35 | 0 | 10 | 130 | 6 | 67 | 127 | 65 |
| Binary | 11101111 | 11011100 | 11101 | 0 | 1000 | 1011000 | 110 | 110111 | 1010111 | 110101 |
Color Harmonies of #EFDC1D
Complementary color
Monochromatic Colors of #EFDC1D
Black with #EFDC1D
Text Example
Text Example
White with #EFDC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC1D; }
p { color: rgb(239,220,29); }
H1.HeaderClassName
{
color: #EFDC1D;
}
.AnyTagClassName
{
color: #EFDC1D;
}
</style>
background-color css
<style>
a { background-color: #EFDC1D; }
a { background-color: rgb(239,220,29); }
div.DivClassName
{
background-color: #EFDC1D;
}
.BgClassName
{
background-color: #EFDC1D;
}
</style>
border-color css
<style>
span { border-color: #EFDC1D; }
span { border-color: rgb(239,220,29); }
td.TdClassName
{
border-color: #EFDC1D;
}
.TagClassName
{
border-color: #EFDC1D;
}
</style>