Shades of Chamois #EFC78F
Tints of Chamois #EFC78F
RGB
CMYK
RGB Variations
Color information
#EFC78F (or 0xEFC78F) is known color: Chamois. HEX triplet: EF, C7 and 8F. RGB value is (239,199,143). Sum of RGB (Red+Green+Blue) = 239+199+143=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC78F is #103870. Grayscale: #CCCCCC. Windows color (decimal): -1063025 or 9422831. OLE color: 9422831.
HSL color Cylindrical-coordinate representation of color #EFC78F: hue angle of 35º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFC78F is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 143 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.06 |
| HSL | 35º | 0.75% | 0.75% | - |
| HSV(B) | 35º | 0.4% | 0.94% | - |
| XYZ | 60.98 | 61.18 | 34.58 | - |
| YUV | 204.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 143 | 0 | 0.17 | 0.40 | 0.06 | 35 | 0.75 | 0.75 |
| Hex | EF | C7 | 8F | 0 | 11 | 28 | 6 | 23 | 4B | 4B |
| Octal | 357 | 307 | 217 | 0 | 21 | 50 | 6 | 43 | 113 | 113 |
| Binary | 11101111 | 11000111 | 10001111 | 0 | 10001 | 101000 | 110 | 100011 | 1001011 | 1001011 |
Color Harmonies of #EFC78F
Complementary color
Monochromatic Colors of #EFC78F
Black with #EFC78F
Text Example
Text Example
White with #EFC78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC78F; }
p { color: rgb(239,199,143); }
H1.HeaderClassName
{
color: #EFC78F;
}
.AnyTagClassName
{
color: #EFC78F;
}
</style>
background-color css
<style>
a { background-color: #EFC78F; }
a { background-color: rgb(239,199,143); }
div.DivClassName
{
background-color: #EFC78F;
}
.BgClassName
{
background-color: #EFC78F;
}
</style>
border-color css
<style>
span { border-color: #EFC78F; }
span { border-color: rgb(239,199,143); }
td.TdClassName
{
border-color: #EFC78F;
}
.TagClassName
{
border-color: #EFC78F;
}
</style>