Shades of Chamois #EDC894
Tints of Chamois #EDC894
RGB
CMYK
RGB Variations
Color information
#EDC894 (or 0xEDC894) is known color: Chamois. HEX triplet: ED, C8 and 94. RGB value is (237,200,148). Sum of RGB (Red+Green+Blue) = 237+200+148=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC894 is #12376B. Grayscale: #CDCDCD. Windows color (decimal): -1193836 or 9750765. OLE color: 9750765.
HSL color Cylindrical-coordinate representation of color #EDC894: hue angle of 35.06º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDC894 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 148 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.07 |
| HSL | 35.06º | 0.71% | 0.75% | - |
| HSV(B) | 35.06º | 0.38% | 0.93% | - |
| XYZ | 60.92 | 61.45 | 36.67 | - |
| YUV | 205.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 148 | 0 | 0.16 | 0.38 | 0.07 | 35.06 | 0.71 | 0.75 |
| Hex | ED | C8 | 94 | 0 | 10 | 26 | 7 | 23 | 47 | 4B |
| Octal | 355 | 310 | 224 | 0 | 20 | 46 | 7 | 43 | 107 | 113 |
| Binary | 11101101 | 11001000 | 10010100 | 0 | 10000 | 100110 | 111 | 100011 | 1000111 | 1001011 |
Color Harmonies of #EDC894
Complementary color
Monochromatic Colors of #EDC894
Black with #EDC894
Text Example
Text Example
White with #EDC894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC894; }
p { color: rgb(237,200,148); }
H1.HeaderClassName
{
color: #EDC894;
}
.AnyTagClassName
{
color: #EDC894;
}
</style>
background-color css
<style>
a { background-color: #EDC894; }
a { background-color: rgb(237,200,148); }
div.DivClassName
{
background-color: #EDC894;
}
.BgClassName
{
background-color: #EDC894;
}
</style>
border-color css
<style>
span { border-color: #EDC894; }
span { border-color: rgb(237,200,148); }
td.TdClassName
{
border-color: #EDC894;
}
.TagClassName
{
border-color: #EDC894;
}
</style>