Shades of Broom #EFCB20
Tints of Broom #EFCB20
RGB
CMYK
RGB Variations
Color information
#EFCB20 (or 0xEFCB20) is known color: Broom. HEX triplet: EF, CB and 20. RGB value is (239,203,32). Sum of RGB (Red+Green+Blue) = 239+203+32=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB20 is #1034DF. Grayscale: #C2C2C2. Windows color (decimal): -1062112 or 2149359. OLE color: 2149359.
HSL color Cylindrical-coordinate representation of color #EFCB20: hue angle of 49.57º 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 #EFCB20 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 32 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.06 |
| HSL | 49.57º | 0.87% | 0.53% | - |
| HSV(B) | 49.57º | 0.87% | 0.94% | - |
| XYZ | 57.21 | 61.17 | 10.16 | - |
| YUV | 194.27 | 36.43 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 32 | 0 | 0.15 | 0.87 | 0.06 | 49.57 | 0.87 | 0.53 |
| Hex | EF | CB | 20 | 0 | F | 57 | 6 | 32 | 57 | 35 |
| Octal | 357 | 313 | 40 | 0 | 17 | 127 | 6 | 62 | 127 | 65 |
| Binary | 11101111 | 11001011 | 100000 | 0 | 1111 | 1010111 | 110 | 110010 | 1010111 | 110101 |
Color Harmonies of #EFCB20
Complementary color
Monochromatic Colors of #EFCB20
Black with #EFCB20
Text Example
Text Example
White with #EFCB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB20; }
p { color: rgb(239,203,32); }
H1.HeaderClassName
{
color: #EFCB20;
}
.AnyTagClassName
{
color: #EFCB20;
}
</style>
background-color css
<style>
a { background-color: #EFCB20; }
a { background-color: rgb(239,203,32); }
div.DivClassName
{
background-color: #EFCB20;
}
.BgClassName
{
background-color: #EFCB20;
}
</style>
border-color css
<style>
span { border-color: #EFCB20; }
span { border-color: rgb(239,203,32); }
td.TdClassName
{
border-color: #EFCB20;
}
.TagClassName
{
border-color: #EFCB20;
}
</style>