Shades of Chamois #EFCC96
Tints of Chamois #EFCC96
RGB
CMYK
RGB Variations
Color information
#EFCC96 (or 0xEFCC96) is known color: Chamois. HEX triplet: EF, CC and 96. RGB value is (239,204,150). Sum of RGB (Red+Green+Blue) = 239+204+150=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCC96 is #103369. Grayscale: #D0D0D0. Windows color (decimal): -1061738 or 9882863. OLE color: 9882863.
HSL color Cylindrical-coordinate representation of color #EFCC96: hue angle of 36.4º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFCC96 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 150 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.06 |
| HSL | 36.4º | 0.74% | 0.76% | - |
| HSV(B) | 36.4º | 0.37% | 0.94% | - |
| XYZ | 62.69 | 63.74 | 37.85 | - |
| YUV | 208.31 | 95.1 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 150 | 0 | 0.15 | 0.37 | 0.06 | 36.4 | 0.74 | 0.76 |
| Hex | EF | CC | 96 | 0 | F | 25 | 6 | 24 | 4A | 4C |
| Octal | 357 | 314 | 226 | 0 | 17 | 45 | 6 | 44 | 112 | 114 |
| Binary | 11101111 | 11001100 | 10010110 | 0 | 1111 | 100101 | 110 | 100100 | 1001010 | 1001100 |
Color Harmonies of #EFCC96
Complementary color
Monochromatic Colors of #EFCC96
Black with #EFCC96
Text Example
Text Example
White with #EFCC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC96; }
p { color: rgb(239,204,150); }
H1.HeaderClassName
{
color: #EFCC96;
}
.AnyTagClassName
{
color: #EFCC96;
}
</style>
background-color css
<style>
a { background-color: #EFCC96; }
a { background-color: rgb(239,204,150); }
div.DivClassName
{
background-color: #EFCC96;
}
.BgClassName
{
background-color: #EFCC96;
}
</style>
border-color css
<style>
span { border-color: #EFCC96; }
span { border-color: rgb(239,204,150); }
td.TdClassName
{
border-color: #EFCC96;
}
.TagClassName
{
border-color: #EFCC96;
}
</style>