Shades of Chamois #EBC88F
Tints of Chamois #EBC88F
RGB
CMYK
RGB Variations
Color information
#EBC88F (or 0xEBC88F) is known color: Chamois. HEX triplet: EB, C8 and 8F. RGB value is (235,200,143). Sum of RGB (Red+Green+Blue) = 235+200+143=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC88F is #143770. Grayscale: #CCCCCC. Windows color (decimal): -1324913 or 9423083. OLE color: 9423083.
HSL color Cylindrical-coordinate representation of color #EBC88F: hue angle of 37.17º 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 #EBC88F is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 143 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.08 |
| HSL | 37.17º | 0.7% | 0.74% | - |
| HSV(B) | 37.17º | 0.39% | 0.92% | - |
| XYZ | 59.87 | 60.95 | 34.6 | - |
| YUV | 203.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 143 | 0 | 0.15 | 0.39 | 0.08 | 37.17 | 0.7 | 0.74 |
| Hex | EB | C8 | 8F | 0 | F | 27 | 8 | 25 | 46 | 4A |
| Octal | 353 | 310 | 217 | 0 | 17 | 47 | 10 | 45 | 106 | 112 |
| Binary | 11101011 | 11001000 | 10001111 | 0 | 1111 | 100111 | 1000 | 100101 | 1000110 | 1001010 |
Color Harmonies of #EBC88F
Complementary color
Monochromatic Colors of #EBC88F
Black with #EBC88F
Text Example
Text Example
White with #EBC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC88F; }
p { color: rgb(235,200,143); }
H1.HeaderClassName
{
color: #EBC88F;
}
.AnyTagClassName
{
color: #EBC88F;
}
</style>
background-color css
<style>
a { background-color: #EBC88F; }
a { background-color: rgb(235,200,143); }
div.DivClassName
{
background-color: #EBC88F;
}
.BgClassName
{
background-color: #EBC88F;
}
</style>
border-color css
<style>
span { border-color: #EBC88F; }
span { border-color: rgb(235,200,143); }
td.TdClassName
{
border-color: #EBC88F;
}
.TagClassName
{
border-color: #EBC88F;
}
</style>