Shades of Chamois #EFD18F
Tints of Chamois #EFD18F
RGB
CMYK
RGB Variations
Color information
#EFD18F (or 0xEFD18F) is known color: Chamois. HEX triplet: EF, D1 and 8F. RGB value is (239,209,143). Sum of RGB (Red+Green+Blue) = 239+209+143=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 143 (56.25% from 255 or 24.20% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD18F is #102E70. Grayscale: #D2D2D2. Windows color (decimal): -1060465 or 9425391. OLE color: 9425391.
HSL color Cylindrical-coordinate representation of color #EFD18F: hue angle of 41.25º 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 #EFD18F is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 143 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.06 |
| HSL | 41.25º | 0.75% | 0.75% | - |
| HSV(B) | 41.25º | 0.4% | 0.94% | - |
| XYZ | 63.35 | 65.93 | 35.37 | - |
| YUV | 210.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 143 | 0 | 0.13 | 0.40 | 0.06 | 41.25 | 0.75 | 0.75 |
| Hex | EF | D1 | 8F | 0 | D | 28 | 6 | 29 | 4B | 4B |
| Octal | 357 | 321 | 217 | 0 | 15 | 50 | 6 | 51 | 113 | 113 |
| Binary | 11101111 | 11010001 | 10001111 | 0 | 1101 | 101000 | 110 | 101001 | 1001011 | 1001011 |
Color Harmonies of #EFD18F
Complementary color
Monochromatic Colors of #EFD18F
Black with #EFD18F
Text Example
Text Example
White with #EFD18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD18F; }
p { color: rgb(239,209,143); }
H1.HeaderClassName
{
color: #EFD18F;
}
.AnyTagClassName
{
color: #EFD18F;
}
</style>
background-color css
<style>
a { background-color: #EFD18F; }
a { background-color: rgb(239,209,143); }
div.DivClassName
{
background-color: #EFD18F;
}
.BgClassName
{
background-color: #EFD18F;
}
</style>
border-color css
<style>
span { border-color: #EFD18F; }
span { border-color: rgb(239,209,143); }
td.TdClassName
{
border-color: #EFD18F;
}
.TagClassName
{
border-color: #EFD18F;
}
</style>