Shades of Chamois #EFC88F
Tints of Chamois #EFC88F
RGB
CMYK
RGB Variations
Color information
#EFC88F (or 0xEFC88F) is known color: Chamois. HEX triplet: EF, C8 and 8F. RGB value is (239,200,143). Sum of RGB (Red+Green+Blue) = 239+200+143=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC88F is #103770. Grayscale: #CDCDCD. Windows color (decimal): -1062769 or 9423087. OLE color: 9423087.
HSL color Cylindrical-coordinate representation of color #EFC88F: hue angle of 35.62º 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 #EFC88F is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 143 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.06 |
| HSL | 35.63º | 0.75% | 0.75% | - |
| HSV(B) | 35.63º | 0.4% | 0.94% | - |
| XYZ | 61.21 | 61.64 | 34.66 | - |
| YUV | 205.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 143 | 0 | 0.16 | 0.40 | 0.06 | 35.63 | 0.75 | 0.75 |
| Hex | EF | C8 | 8F | 0 | 10 | 28 | 6 | 24 | 4B | 4B |
| Octal | 357 | 310 | 217 | 0 | 20 | 50 | 6 | 44 | 113 | 113 |
| Binary | 11101111 | 11001000 | 10001111 | 0 | 10000 | 101000 | 110 | 100100 | 1001011 | 1001011 |
Color Harmonies of #EFC88F
Complementary color
Monochromatic Colors of #EFC88F
Black with #EFC88F
Text Example
Text Example
White with #EFC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC88F; }
p { color: rgb(239,200,143); }
H1.HeaderClassName
{
color: #EFC88F;
}
.AnyTagClassName
{
color: #EFC88F;
}
</style>
background-color css
<style>
a { background-color: #EFC88F; }
a { background-color: rgb(239,200,143); }
div.DivClassName
{
background-color: #EFC88F;
}
.BgClassName
{
background-color: #EFC88F;
}
</style>
border-color css
<style>
span { border-color: #EFC88F; }
span { border-color: rgb(239,200,143); }
td.TdClassName
{
border-color: #EFC88F;
}
.TagClassName
{
border-color: #EFC88F;
}
</style>