Shades of Chamois #EFD091
Tints of Chamois #EFD091
RGB
CMYK
RGB Variations
Color information
#EFD091 (or 0xEFD091) is known color: Chamois. HEX triplet: EF, D0 and 91. RGB value is (239,208,145). Sum of RGB (Red+Green+Blue) = 239+208+145=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 145 (57.03% from 255 or 24.49% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD091 is #102F6E. Grayscale: #D2D2D2. Windows color (decimal): -1060719 or 9556207. OLE color: 9556207.
HSL color Cylindrical-coordinate representation of color #EFD091: hue angle of 40.21º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFD091 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 145 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.06 |
| HSL | 40.21º | 0.75% | 0.75% | - |
| HSV(B) | 40.21º | 0.39% | 0.94% | - |
| XYZ | 63.26 | 65.51 | 36.1 | - |
| YUV | 210.09 | 91.27 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 145 | 0 | 0.13 | 0.39 | 0.06 | 40.21 | 0.75 | 0.75 |
| Hex | EF | D0 | 91 | 0 | D | 27 | 6 | 28 | 4B | 4B |
| Octal | 357 | 320 | 221 | 0 | 15 | 47 | 6 | 50 | 113 | 113 |
| Binary | 11101111 | 11010000 | 10010001 | 0 | 1101 | 100111 | 110 | 101000 | 1001011 | 1001011 |
Color Harmonies of #EFD091
Complementary color
Monochromatic Colors of #EFD091
Black with #EFD091
Text Example
Text Example
White with #EFD091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD091; }
p { color: rgb(239,208,145); }
H1.HeaderClassName
{
color: #EFD091;
}
.AnyTagClassName
{
color: #EFD091;
}
</style>
background-color css
<style>
a { background-color: #EFD091; }
a { background-color: rgb(239,208,145); }
div.DivClassName
{
background-color: #EFD091;
}
.BgClassName
{
background-color: #EFD091;
}
</style>
border-color css
<style>
span { border-color: #EFD091; }
span { border-color: rgb(239,208,145); }
td.TdClassName
{
border-color: #EFD091;
}
.TagClassName
{
border-color: #EFD091;
}
</style>