Shades of Chamois #EFCB8F
Tints of Chamois #EFCB8F
RGB
CMYK
RGB Variations
Color information
#EFCB8F (or 0xEFCB8F) is known color: Chamois. HEX triplet: EF, CB and 8F. RGB value is (239,203,143). Sum of RGB (Red+Green+Blue) = 239+203+143=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCB8F is #103470. Grayscale: #CFCFCF. Windows color (decimal): -1062001 or 9423855. OLE color: 9423855.
HSL color Cylindrical-coordinate representation of color #EFCB8F: hue angle of 37.5º 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 #EFCB8F is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 143 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.06 |
| HSL | 37.5º | 0.75% | 0.75% | - |
| HSV(B) | 37.5º | 0.4% | 0.94% | - |
| XYZ | 61.91 | 63.05 | 34.89 | - |
| YUV | 206.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 143 | 0 | 0.15 | 0.40 | 0.06 | 37.5 | 0.75 | 0.75 |
| Hex | EF | CB | 8F | 0 | F | 28 | 6 | 26 | 4B | 4B |
| Octal | 357 | 313 | 217 | 0 | 17 | 50 | 6 | 46 | 113 | 113 |
| Binary | 11101111 | 11001011 | 10001111 | 0 | 1111 | 101000 | 110 | 100110 | 1001011 | 1001011 |
Color Harmonies of #EFCB8F
Complementary color
Monochromatic Colors of #EFCB8F
Black with #EFCB8F
Text Example
Text Example
White with #EFCB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB8F; }
p { color: rgb(239,203,143); }
H1.HeaderClassName
{
color: #EFCB8F;
}
.AnyTagClassName
{
color: #EFCB8F;
}
</style>
background-color css
<style>
a { background-color: #EFCB8F; }
a { background-color: rgb(239,203,143); }
div.DivClassName
{
background-color: #EFCB8F;
}
.BgClassName
{
background-color: #EFCB8F;
}
</style>
border-color css
<style>
span { border-color: #EFCB8F; }
span { border-color: rgb(239,203,143); }
td.TdClassName
{
border-color: #EFCB8F;
}
.TagClassName
{
border-color: #EFCB8F;
}
</style>