Shades of Broom #EFDB1C
Tints of Broom #EFDB1C
RGB
CMYK
RGB Variations
Color information
#EFDB1C (or 0xEFDB1C) is known color: Broom. HEX triplet: EF, DB and 1C. RGB value is (239,219,28). Sum of RGB (Red+Green+Blue) = 239+219+28=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 28 (11.33% from 255 or 5.76% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB1C is #1024E3. Grayscale: #CBCBCB. Windows color (decimal): -1058020 or 1891311. OLE color: 1891311.
HSL color Cylindrical-coordinate representation of color #EFDB1C: hue angle of 54.31º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFDB1C is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 28 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.06 |
| HSL | 54.31º | 0.87% | 0.52% | - |
| HSV(B) | 54.31º | 0.88% | 0.94% | - |
| XYZ | 61.14 | 69.1 | 11.21 | - |
| YUV | 203.21 | 29.13 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 28 | 0 | 0.08 | 0.88 | 0.06 | 54.31 | 0.87 | 0.52 |
| Hex | EF | DB | 1C | 0 | 8 | 58 | 6 | 36 | 57 | 34 |
| Octal | 357 | 333 | 34 | 0 | 10 | 130 | 6 | 66 | 127 | 64 |
| Binary | 11101111 | 11011011 | 11100 | 0 | 1000 | 1011000 | 110 | 110110 | 1010111 | 110100 |
Color Harmonies of #EFDB1C
Complementary color
Monochromatic Colors of #EFDB1C
Black with #EFDB1C
Text Example
Text Example
White with #EFDB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB1C; }
p { color: rgb(239,219,28); }
H1.HeaderClassName
{
color: #EFDB1C;
}
.AnyTagClassName
{
color: #EFDB1C;
}
</style>
background-color css
<style>
a { background-color: #EFDB1C; }
a { background-color: rgb(239,219,28); }
div.DivClassName
{
background-color: #EFDB1C;
}
.BgClassName
{
background-color: #EFDB1C;
}
</style>
border-color css
<style>
span { border-color: #EFDB1C; }
span { border-color: rgb(239,219,28); }
td.TdClassName
{
border-color: #EFDB1C;
}
.TagClassName
{
border-color: #EFDB1C;
}
</style>