Shades of Chamois #EBCE8F
Tints of Chamois #EBCE8F
RGB
CMYK
RGB Variations
Color information
#EBCE8F (or 0xEBCE8F) is known color: Chamois. HEX triplet: EB, CE and 8F. RGB value is (235,206,143). Sum of RGB (Red+Green+Blue) = 235+206+143=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 143 (56.25% from 255 or 24.49% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCE8F is #143170. Grayscale: #CFCFCF. Windows color (decimal): -1323377 or 9424619. OLE color: 9424619.
HSL color Cylindrical-coordinate representation of color #EBCE8F: hue angle of 41.09º 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 #EBCE8F is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 143 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.08 |
| HSL | 41.09º | 0.7% | 0.74% | - |
| HSV(B) | 41.09º | 0.39% | 0.92% | - |
| XYZ | 61.29 | 63.79 | 35.07 | - |
| YUV | 207.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 143 | 0 | 0.12 | 0.39 | 0.08 | 41.09 | 0.7 | 0.74 |
| Hex | EB | CE | 8F | 0 | C | 27 | 8 | 29 | 46 | 4A |
| Octal | 353 | 316 | 217 | 0 | 14 | 47 | 10 | 51 | 106 | 112 |
| Binary | 11101011 | 11001110 | 10001111 | 0 | 1100 | 100111 | 1000 | 101001 | 1000110 | 1001010 |
Color Harmonies of #EBCE8F
Complementary color
Monochromatic Colors of #EBCE8F
Black with #EBCE8F
Text Example
Text Example
White with #EBCE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCE8F; }
p { color: rgb(235,206,143); }
H1.HeaderClassName
{
color: #EBCE8F;
}
.AnyTagClassName
{
color: #EBCE8F;
}
</style>
background-color css
<style>
a { background-color: #EBCE8F; }
a { background-color: rgb(235,206,143); }
div.DivClassName
{
background-color: #EBCE8F;
}
.BgClassName
{
background-color: #EBCE8F;
}
</style>
border-color css
<style>
span { border-color: #EBCE8F; }
span { border-color: rgb(235,206,143); }
td.TdClassName
{
border-color: #EBCE8F;
}
.TagClassName
{
border-color: #EBCE8F;
}
</style>