Shades of Chamois #EBCD8F
Tints of Chamois #EBCD8F
RGB
CMYK
RGB Variations
Color information
#EBCD8F (or 0xEBCD8F) is known color: Chamois. HEX triplet: EB, CD and 8F. RGB value is (235,205,143). Sum of RGB (Red+Green+Blue) = 235+205+143=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCD8F is #143270. Grayscale: #CFCFCF. Windows color (decimal): -1323633 or 9424363. OLE color: 9424363.
HSL color Cylindrical-coordinate representation of color #EBCD8F: hue angle of 40.43º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBCD8F is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 143 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.08 |
| HSL | 40.43º | 0.7% | 0.74% | - |
| HSV(B) | 40.43º | 0.39% | 0.92% | - |
| XYZ | 61.05 | 63.31 | 34.99 | - |
| YUV | 206.9 | 91.94 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 143 | 0 | 0.13 | 0.39 | 0.08 | 40.43 | 0.7 | 0.74 |
| Hex | EB | CD | 8F | 0 | D | 27 | 8 | 28 | 46 | 4A |
| Octal | 353 | 315 | 217 | 0 | 15 | 47 | 10 | 50 | 106 | 112 |
| Binary | 11101011 | 11001101 | 10001111 | 0 | 1101 | 100111 | 1000 | 101000 | 1000110 | 1001010 |
Color Harmonies of #EBCD8F
Complementary color
Monochromatic Colors of #EBCD8F
Black with #EBCD8F
Text Example
Text Example
White with #EBCD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD8F; }
p { color: rgb(235,205,143); }
H1.HeaderClassName
{
color: #EBCD8F;
}
.AnyTagClassName
{
color: #EBCD8F;
}
</style>
background-color css
<style>
a { background-color: #EBCD8F; }
a { background-color: rgb(235,205,143); }
div.DivClassName
{
background-color: #EBCD8F;
}
.BgClassName
{
background-color: #EBCD8F;
}
</style>
border-color css
<style>
span { border-color: #EBCD8F; }
span { border-color: rgb(235,205,143); }
td.TdClassName
{
border-color: #EBCD8F;
}
.TagClassName
{
border-color: #EBCD8F;
}
</style>