Shades of Chamois #EDCD8F
Tints of Chamois #EDCD8F
RGB
CMYK
RGB Variations
Color information
#EDCD8F (or 0xEDCD8F) is known color: Chamois. HEX triplet: ED, CD and 8F. RGB value is (237,205,143). Sum of RGB (Red+Green+Blue) = 237+205+143=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD8F is #123270. Grayscale: #CFCFCF. Windows color (decimal): -1192561 or 9424365. OLE color: 9424365.
HSL color Cylindrical-coordinate representation of color #EDCD8F: hue angle of 39.57º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDCD8F is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 143 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.07 |
| HSL | 39.57º | 0.72% | 0.75% | - |
| HSV(B) | 39.57º | 0.4% | 0.93% | - |
| XYZ | 61.71 | 63.65 | 35.02 | - |
| YUV | 207.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 143 | 0 | 0.14 | 0.40 | 0.07 | 39.57 | 0.72 | 0.75 |
| Hex | ED | CD | 8F | 0 | E | 28 | 7 | 28 | 48 | 4B |
| Octal | 355 | 315 | 217 | 0 | 16 | 50 | 7 | 50 | 110 | 113 |
| Binary | 11101101 | 11001101 | 10001111 | 0 | 1110 | 101000 | 111 | 101000 | 1001000 | 1001011 |
Color Harmonies of #EDCD8F
Complementary color
Monochromatic Colors of #EDCD8F
Black with #EDCD8F
Text Example
Text Example
White with #EDCD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD8F; }
p { color: rgb(237,205,143); }
H1.HeaderClassName
{
color: #EDCD8F;
}
.AnyTagClassName
{
color: #EDCD8F;
}
</style>
background-color css
<style>
a { background-color: #EDCD8F; }
a { background-color: rgb(237,205,143); }
div.DivClassName
{
background-color: #EDCD8F;
}
.BgClassName
{
background-color: #EDCD8F;
}
</style>
border-color css
<style>
span { border-color: #EDCD8F; }
span { border-color: rgb(237,205,143); }
td.TdClassName
{
border-color: #EDCD8F;
}
.TagClassName
{
border-color: #EDCD8F;
}
</style>