Shades of Chamois #EFC98F
Tints of Chamois #EFC98F
RGB
CMYK
RGB Variations
Color information
#EFC98F (or 0xEFC98F) is known color: Chamois. HEX triplet: EF, C9 and 8F. RGB value is (239,201,143). Sum of RGB (Red+Green+Blue) = 239+201+143=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC98F is #103670. Grayscale: #CECECE. Windows color (decimal): -1062513 or 9423343. OLE color: 9423343.
HSL color Cylindrical-coordinate representation of color #EFC98F: hue angle of 36.25º 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 #EFC98F is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 143 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.06 |
| HSL | 36.25º | 0.75% | 0.75% | - |
| HSV(B) | 36.25º | 0.4% | 0.94% | - |
| XYZ | 61.44 | 62.11 | 34.74 | - |
| YUV | 205.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 143 | 0 | 0.16 | 0.40 | 0.06 | 36.25 | 0.75 | 0.75 |
| Hex | EF | C9 | 8F | 0 | 10 | 28 | 6 | 24 | 4B | 4B |
| Octal | 357 | 311 | 217 | 0 | 20 | 50 | 6 | 44 | 113 | 113 |
| Binary | 11101111 | 11001001 | 10001111 | 0 | 10000 | 101000 | 110 | 100100 | 1001011 | 1001011 |
Color Harmonies of #EFC98F
Complementary color
Monochromatic Colors of #EFC98F
Black with #EFC98F
Text Example
Text Example
White with #EFC98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC98F; }
p { color: rgb(239,201,143); }
H1.HeaderClassName
{
color: #EFC98F;
}
.AnyTagClassName
{
color: #EFC98F;
}
</style>
background-color css
<style>
a { background-color: #EFC98F; }
a { background-color: rgb(239,201,143); }
div.DivClassName
{
background-color: #EFC98F;
}
.BgClassName
{
background-color: #EFC98F;
}
</style>
border-color css
<style>
span { border-color: #EFC98F; }
span { border-color: rgb(239,201,143); }
td.TdClassName
{
border-color: #EFC98F;
}
.TagClassName
{
border-color: #EFC98F;
}
</style>