Shades of Chamois #EDD09C
Tints of Chamois #EDD09C
RGB
CMYK
RGB Variations
Color information
#EDD09C (or 0xEDD09C) is known color: Chamois. HEX triplet: ED, D0 and 9C. RGB value is (237,208,156). Sum of RGB (Red+Green+Blue) = 237+208+156=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD09C is #122F63. Grayscale: #D2D2D2. Windows color (decimal): -1191780 or 10277101. OLE color: 10277101.
HSL color Cylindrical-coordinate representation of color #EDD09C: hue angle of 38.52º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDD09C is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 156 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.07 |
| HSL | 38.52º | 0.69% | 0.77% | - |
| HSV(B) | 38.52º | 0.34% | 0.93% | - |
| XYZ | 63.48 | 65.52 | 40.75 | - |
| YUV | 210.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 156 | 0 | 0.12 | 0.34 | 0.07 | 38.52 | 0.69 | 0.77 |
| Hex | ED | D0 | 9C | 0 | C | 22 | 7 | 27 | 45 | 4D |
| Octal | 355 | 320 | 234 | 0 | 14 | 42 | 7 | 47 | 105 | 115 |
| Binary | 11101101 | 11010000 | 10011100 | 0 | 1100 | 100010 | 111 | 100111 | 1000101 | 1001101 |
Color Harmonies of #EDD09C
Complementary color
Monochromatic Colors of #EDD09C
Black with #EDD09C
Text Example
Text Example
White with #EDD09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD09C; }
p { color: rgb(237,208,156); }
H1.HeaderClassName
{
color: #EDD09C;
}
.AnyTagClassName
{
color: #EDD09C;
}
</style>
background-color css
<style>
a { background-color: #EDD09C; }
a { background-color: rgb(237,208,156); }
div.DivClassName
{
background-color: #EDD09C;
}
.BgClassName
{
background-color: #EDD09C;
}
</style>
border-color css
<style>
span { border-color: #EDD09C; }
span { border-color: rgb(237,208,156); }
td.TdClassName
{
border-color: #EDD09C;
}
.TagClassName
{
border-color: #EDD09C;
}
</style>