Shades of Broom #EFDC1B
Tints of Broom #EFDC1B
RGB
CMYK
RGB Variations
Color information
#EFDC1B (or 0xEFDC1B) is known color: Broom. HEX triplet: EF, DC and 1B. RGB value is (239,220,27). Sum of RGB (Red+Green+Blue) = 239+220+27=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 27 (10.94% from 255 or 5.56% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC1B is #1023E4. Grayscale: #CCCCCC. Windows color (decimal): -1057765 or 1826031. OLE color: 1826031.
HSL color Cylindrical-coordinate representation of color #EFDC1B: hue angle of 54.62º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFDC1B is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 27 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.06 |
| HSL | 54.62º | 0.87% | 0.52% | - |
| HSV(B) | 54.62º | 0.89% | 0.94% | - |
| XYZ | 61.39 | 69.62 | 11.24 | - |
| YUV | 203.68 | 28.29 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 27 | 0 | 0.08 | 0.89 | 0.06 | 54.62 | 0.87 | 0.52 |
| Hex | EF | DC | 1B | 0 | 8 | 59 | 6 | 37 | 57 | 34 |
| Octal | 357 | 334 | 33 | 0 | 10 | 131 | 6 | 67 | 127 | 64 |
| Binary | 11101111 | 11011100 | 11011 | 0 | 1000 | 1011001 | 110 | 110111 | 1010111 | 110100 |
Color Harmonies of #EFDC1B
Complementary color
Monochromatic Colors of #EFDC1B
Black with #EFDC1B
Text Example
Text Example
White with #EFDC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC1B; }
p { color: rgb(239,220,27); }
H1.HeaderClassName
{
color: #EFDC1B;
}
.AnyTagClassName
{
color: #EFDC1B;
}
</style>
background-color css
<style>
a { background-color: #EFDC1B; }
a { background-color: rgb(239,220,27); }
div.DivClassName
{
background-color: #EFDC1B;
}
.BgClassName
{
background-color: #EFDC1B;
}
</style>
border-color css
<style>
span { border-color: #EFDC1B; }
span { border-color: rgb(239,220,27); }
td.TdClassName
{
border-color: #EFDC1B;
}
.TagClassName
{
border-color: #EFDC1B;
}
</style>