Shades of Broom #EFDD1D
Tints of Broom #EFDD1D
RGB
CMYK
RGB Variations
Color information
#EFDD1D (or 0xEFDD1D) is known color: Broom. HEX triplet: EF, DD and 1D. RGB value is (239,221,29). Sum of RGB (Red+Green+Blue) = 239+221+29=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD1D is #1022E2. Grayscale: #CDCDCD. Windows color (decimal): -1057507 or 1957359. OLE color: 1957359.
HSL color Cylindrical-coordinate representation of color #EFDD1D: hue angle of 54.86º 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 #EFDD1D is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 29 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.06 |
| HSL | 54.86º | 0.87% | 0.53% | - |
| HSV(B) | 54.86º | 0.88% | 0.94% | - |
| XYZ | 61.67 | 70.15 | 11.45 | - |
| YUV | 204.49 | 28.96 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 29 | 0 | 0.08 | 0.88 | 0.06 | 54.86 | 0.87 | 0.53 |
| Hex | EF | DD | 1D | 0 | 8 | 58 | 6 | 37 | 57 | 35 |
| Octal | 357 | 335 | 35 | 0 | 10 | 130 | 6 | 67 | 127 | 65 |
| Binary | 11101111 | 11011101 | 11101 | 0 | 1000 | 1011000 | 110 | 110111 | 1010111 | 110101 |
Color Harmonies of #EFDD1D
Complementary color
Monochromatic Colors of #EFDD1D
Black with #EFDD1D
Text Example
Text Example
White with #EFDD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD1D; }
p { color: rgb(239,221,29); }
H1.HeaderClassName
{
color: #EFDD1D;
}
.AnyTagClassName
{
color: #EFDD1D;
}
</style>
background-color css
<style>
a { background-color: #EFDD1D; }
a { background-color: rgb(239,221,29); }
div.DivClassName
{
background-color: #EFDD1D;
}
.BgClassName
{
background-color: #EFDD1D;
}
</style>
border-color css
<style>
span { border-color: #EFDD1D; }
span { border-color: rgb(239,221,29); }
td.TdClassName
{
border-color: #EFDD1D;
}
.TagClassName
{
border-color: #EFDD1D;
}
</style>