Shades of Chamois #EFC992
Tints of Chamois #EFC992
RGB
CMYK
RGB Variations
Color information
#EFC992 (or 0xEFC992) is known color: Chamois. HEX triplet: EF, C9 and 92. RGB value is (239,201,146). Sum of RGB (Red+Green+Blue) = 239+201+146=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 146 (57.42% from 255 or 24.91% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC992 is #10366D. Grayscale: #CECECE. Windows color (decimal): -1062510 or 9619951. OLE color: 9619951.
HSL color Cylindrical-coordinate representation of color #EFC992: hue angle of 35.48º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFC992 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 146 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.06 |
| HSL | 35.48º | 0.74% | 0.75% | - |
| HSV(B) | 35.48º | 0.39% | 0.94% | - |
| XYZ | 61.67 | 62.2 | 35.95 | - |
| YUV | 206.09 | 94.09 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 146 | 0 | 0.16 | 0.39 | 0.06 | 35.48 | 0.74 | 0.75 |
| Hex | EF | C9 | 92 | 0 | 10 | 27 | 6 | 23 | 4A | 4B |
| Octal | 357 | 311 | 222 | 0 | 20 | 47 | 6 | 43 | 112 | 113 |
| Binary | 11101111 | 11001001 | 10010010 | 0 | 10000 | 100111 | 110 | 100011 | 1001010 | 1001011 |
Color Harmonies of #EFC992
Complementary color
Monochromatic Colors of #EFC992
Black with #EFC992
Text Example
Text Example
White with #EFC992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC992; }
p { color: rgb(239,201,146); }
H1.HeaderClassName
{
color: #EFC992;
}
.AnyTagClassName
{
color: #EFC992;
}
</style>
background-color css
<style>
a { background-color: #EFC992; }
a { background-color: rgb(239,201,146); }
div.DivClassName
{
background-color: #EFC992;
}
.BgClassName
{
background-color: #EFC992;
}
</style>
border-color css
<style>
span { border-color: #EFC992; }
span { border-color: rgb(239,201,146); }
td.TdClassName
{
border-color: #EFC992;
}
.TagClassName
{
border-color: #EFC992;
}
</style>