Shades of Chamois #EFD095
Tints of Chamois #EFD095
RGB
CMYK
RGB Variations
Color information
#EFD095 (or 0xEFD095) is known color: Chamois. HEX triplet: EF, D0 and 95. RGB value is (239,208,149). Sum of RGB (Red+Green+Blue) = 239+208+149=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD095 is #102F6A. Grayscale: #D2D2D2. Windows color (decimal): -1060715 or 9818351. OLE color: 9818351.
HSL color Cylindrical-coordinate representation of color #EFD095: hue angle of 39.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFD095 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 149 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.06 |
| HSL | 39.33º | 0.74% | 0.76% | - |
| HSV(B) | 39.33º | 0.38% | 0.94% | - |
| XYZ | 63.58 | 65.63 | 37.75 | - |
| YUV | 210.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 149 | 0 | 0.13 | 0.38 | 0.06 | 39.33 | 0.74 | 0.76 |
| Hex | EF | D0 | 95 | 0 | D | 26 | 6 | 27 | 4A | 4C |
| Octal | 357 | 320 | 225 | 0 | 15 | 46 | 6 | 47 | 112 | 114 |
| Binary | 11101111 | 11010000 | 10010101 | 0 | 1101 | 100110 | 110 | 100111 | 1001010 | 1001100 |
Color Harmonies of #EFD095
Complementary color
Monochromatic Colors of #EFD095
Black with #EFD095
Text Example
Text Example
White with #EFD095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD095; }
p { color: rgb(239,208,149); }
H1.HeaderClassName
{
color: #EFD095;
}
.AnyTagClassName
{
color: #EFD095;
}
</style>
background-color css
<style>
a { background-color: #EFD095; }
a { background-color: rgb(239,208,149); }
div.DivClassName
{
background-color: #EFD095;
}
.BgClassName
{
background-color: #EFD095;
}
</style>
border-color css
<style>
span { border-color: #EFD095; }
span { border-color: rgb(239,208,149); }
td.TdClassName
{
border-color: #EFD095;
}
.TagClassName
{
border-color: #EFD095;
}
</style>