Shades of Broom #EFCF1A
Tints of Broom #EFCF1A
RGB
CMYK
RGB Variations
Color information
#EFCF1A (or 0xEFCF1A) is known color: Broom. HEX triplet: EF, CF and 1A. RGB value is (239,207,26). Sum of RGB (Red+Green+Blue) = 239+207+26=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF1A is #1030E5. Grayscale: #C4C4C4. Windows color (decimal): -1061094 or 1757167. OLE color: 1757167.
HSL color Cylindrical-coordinate representation of color #EFCF1A: hue angle of 50.99º 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 #EFCF1A is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 26 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.06 |
| HSL | 50.99º | 0.87% | 0.52% | - |
| HSV(B) | 50.99º | 0.89% | 0.94% | - |
| XYZ | 58.1 | 63.05 | 10.09 | - |
| YUV | 195.93 | 32.1 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 26 | 0 | 0.13 | 0.89 | 0.06 | 50.99 | 0.87 | 0.52 |
| Hex | EF | CF | 1A | 0 | D | 59 | 6 | 33 | 57 | 34 |
| Octal | 357 | 317 | 32 | 0 | 15 | 131 | 6 | 63 | 127 | 64 |
| Binary | 11101111 | 11001111 | 11010 | 0 | 1101 | 1011001 | 110 | 110011 | 1010111 | 110100 |
Color Harmonies of #EFCF1A
Complementary color
Monochromatic Colors of #EFCF1A
Black with #EFCF1A
Text Example
Text Example
White with #EFCF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF1A; }
p { color: rgb(239,207,26); }
H1.HeaderClassName
{
color: #EFCF1A;
}
.AnyTagClassName
{
color: #EFCF1A;
}
</style>
background-color css
<style>
a { background-color: #EFCF1A; }
a { background-color: rgb(239,207,26); }
div.DivClassName
{
background-color: #EFCF1A;
}
.BgClassName
{
background-color: #EFCF1A;
}
</style>
border-color css
<style>
span { border-color: #EFCF1A; }
span { border-color: rgb(239,207,26); }
td.TdClassName
{
border-color: #EFCF1A;
}
.TagClassName
{
border-color: #EFCF1A;
}
</style>