Shades of Chamois #EDD094
Tints of Chamois #EDD094
RGB
CMYK
RGB Variations
Color information
#EDD094 (or 0xEDD094) is known color: Chamois. HEX triplet: ED, D0 and 94. RGB value is (237,208,148). Sum of RGB (Red+Green+Blue) = 237+208+148=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD094 is #122F6B. Grayscale: #D2D2D2. Windows color (decimal): -1191788 or 9752813. OLE color: 9752813.
HSL color Cylindrical-coordinate representation of color #EDD094: hue angle of 40.45º 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 #EDD094 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 148 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.07 |
| HSL | 40.45º | 0.71% | 0.75% | - |
| HSV(B) | 40.45º | 0.38% | 0.93% | - |
| XYZ | 62.83 | 65.25 | 37.3 | - |
| YUV | 209.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 148 | 0 | 0.12 | 0.38 | 0.07 | 40.45 | 0.71 | 0.75 |
| Hex | ED | D0 | 94 | 0 | C | 26 | 7 | 28 | 47 | 4B |
| Octal | 355 | 320 | 224 | 0 | 14 | 46 | 7 | 50 | 107 | 113 |
| Binary | 11101101 | 11010000 | 10010100 | 0 | 1100 | 100110 | 111 | 101000 | 1000111 | 1001011 |
Color Harmonies of #EDD094
Complementary color
Monochromatic Colors of #EDD094
Black with #EDD094
Text Example
Text Example
White with #EDD094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD094; }
p { color: rgb(237,208,148); }
H1.HeaderClassName
{
color: #EDD094;
}
.AnyTagClassName
{
color: #EDD094;
}
</style>
background-color css
<style>
a { background-color: #EDD094; }
a { background-color: rgb(237,208,148); }
div.DivClassName
{
background-color: #EDD094;
}
.BgClassName
{
background-color: #EDD094;
}
</style>
border-color css
<style>
span { border-color: #EDD094; }
span { border-color: rgb(237,208,148); }
td.TdClassName
{
border-color: #EDD094;
}
.TagClassName
{
border-color: #EDD094;
}
</style>