Shades of Chamois #EFCE9A
Tints of Chamois #EFCE9A
RGB
CMYK
RGB Variations
Color information
#EFCE9A (or 0xEFCE9A) is known color: Chamois. HEX triplet: EF, CE and 9A. RGB value is (239,206,154). Sum of RGB (Red+Green+Blue) = 239+206+154=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCE9A is #103165. Grayscale: #D2D2D2. Windows color (decimal): -1061222 or 10145519. OLE color: 10145519.
HSL color Cylindrical-coordinate representation of color #EFCE9A: hue angle of 36.71º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFCE9A is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 154 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.06 |
| HSL | 36.71º | 0.73% | 0.77% | - |
| HSV(B) | 36.71º | 0.36% | 0.94% | - |
| XYZ | 63.5 | 64.83 | 39.74 | - |
| YUV | 209.94 | 96.43 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 154 | 0 | 0.14 | 0.36 | 0.06 | 36.71 | 0.73 | 0.77 |
| Hex | EF | CE | 9A | 0 | E | 24 | 6 | 25 | 49 | 4D |
| Octal | 357 | 316 | 232 | 0 | 16 | 44 | 6 | 45 | 111 | 115 |
| Binary | 11101111 | 11001110 | 10011010 | 0 | 1110 | 100100 | 110 | 100101 | 1001001 | 1001101 |
Color Harmonies of #EFCE9A
Complementary color
Monochromatic Colors of #EFCE9A
Black with #EFCE9A
Text Example
Text Example
White with #EFCE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE9A; }
p { color: rgb(239,206,154); }
H1.HeaderClassName
{
color: #EFCE9A;
}
.AnyTagClassName
{
color: #EFCE9A;
}
</style>
background-color css
<style>
a { background-color: #EFCE9A; }
a { background-color: rgb(239,206,154); }
div.DivClassName
{
background-color: #EFCE9A;
}
.BgClassName
{
background-color: #EFCE9A;
}
</style>
border-color css
<style>
span { border-color: #EFCE9A; }
span { border-color: rgb(239,206,154); }
td.TdClassName
{
border-color: #EFCE9A;
}
.TagClassName
{
border-color: #EFCE9A;
}
</style>