Shades of Chamois #EDD08F
Tints of Chamois #EDD08F
RGB
CMYK
RGB Variations
Color information
#EDD08F (or 0xEDD08F) is known color: Chamois. HEX triplet: ED, D0 and 8F. RGB value is (237,208,143). Sum of RGB (Red+Green+Blue) = 237+208+143=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 143 (56.25% from 255 or 24.32% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD08F is #122F70. Grayscale: #D1D1D1. Windows color (decimal): -1191793 or 9425133. OLE color: 9425133.
HSL color Cylindrical-coordinate representation of color #EDD08F: hue angle of 41.49º 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 #EDD08F is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 143 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.07 |
| HSL | 41.49º | 0.72% | 0.75% | - |
| HSV(B) | 41.49º | 0.4% | 0.93% | - |
| XYZ | 62.44 | 65.1 | 35.26 | - |
| YUV | 209.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 143 | 0 | 0.12 | 0.40 | 0.07 | 41.49 | 0.72 | 0.75 |
| Hex | ED | D0 | 8F | 0 | C | 28 | 7 | 29 | 48 | 4B |
| Octal | 355 | 320 | 217 | 0 | 14 | 50 | 7 | 51 | 110 | 113 |
| Binary | 11101101 | 11010000 | 10001111 | 0 | 1100 | 101000 | 111 | 101001 | 1001000 | 1001011 |
Color Harmonies of #EDD08F
Complementary color
Monochromatic Colors of #EDD08F
Black with #EDD08F
Text Example
Text Example
White with #EDD08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD08F; }
p { color: rgb(237,208,143); }
H1.HeaderClassName
{
color: #EDD08F;
}
.AnyTagClassName
{
color: #EDD08F;
}
</style>
background-color css
<style>
a { background-color: #EDD08F; }
a { background-color: rgb(237,208,143); }
div.DivClassName
{
background-color: #EDD08F;
}
.BgClassName
{
background-color: #EDD08F;
}
</style>
border-color css
<style>
span { border-color: #EDD08F; }
span { border-color: rgb(237,208,143); }
td.TdClassName
{
border-color: #EDD08F;
}
.TagClassName
{
border-color: #EDD08F;
}
</style>