Shades of Chamois #EDD394
Tints of Chamois #EDD394
RGB
CMYK
RGB Variations
Color information
#EDD394 (or 0xEDD394) is known color: Chamois. HEX triplet: ED, D3 and 94. RGB value is (237,211,148). Sum of RGB (Red+Green+Blue) = 237+211+148=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD394 is #122C6B. Grayscale: #D3D3D3. Windows color (decimal): -1191020 or 9753581. OLE color: 9753581.
HSL color Cylindrical-coordinate representation of color #EDD394: hue angle of 42.47º 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 #EDD394 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 148 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.07 |
| HSL | 42.47º | 0.71% | 0.75% | - |
| HSV(B) | 42.47º | 0.38% | 0.93% | - |
| XYZ | 63.56 | 66.73 | 37.55 | - |
| YUV | 211.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 148 | 0 | 0.11 | 0.38 | 0.07 | 42.47 | 0.71 | 0.75 |
| Hex | ED | D3 | 94 | 0 | B | 26 | 7 | 2A | 47 | 4B |
| Octal | 355 | 323 | 224 | 0 | 13 | 46 | 7 | 52 | 107 | 113 |
| Binary | 11101101 | 11010011 | 10010100 | 0 | 1011 | 100110 | 111 | 101010 | 1000111 | 1001011 |
Color Harmonies of #EDD394
Complementary color
Monochromatic Colors of #EDD394
Black with #EDD394
Text Example
Text Example
White with #EDD394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD394; }
p { color: rgb(237,211,148); }
H1.HeaderClassName
{
color: #EDD394;
}
.AnyTagClassName
{
color: #EDD394;
}
</style>
background-color css
<style>
a { background-color: #EDD394; }
a { background-color: rgb(237,211,148); }
div.DivClassName
{
background-color: #EDD394;
}
.BgClassName
{
background-color: #EDD394;
}
</style>
border-color css
<style>
span { border-color: #EDD394; }
span { border-color: rgb(237,211,148); }
td.TdClassName
{
border-color: #EDD394;
}
.TagClassName
{
border-color: #EDD394;
}
</style>