Shades of Chamois #EDD293
Tints of Chamois #EDD293
RGB
CMYK
RGB Variations
Color information
#EDD293 (or 0xEDD293) is known color: Chamois. HEX triplet: ED, D2 and 93. RGB value is (237,210,147). Sum of RGB (Red+Green+Blue) = 237+210+147=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 147 (57.81% from 255 or 24.75% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD293 is #122D6C. Grayscale: #D3D3D3. Windows color (decimal): -1191277 or 9687789. OLE color: 9687789.
HSL color Cylindrical-coordinate representation of color #EDD293: hue angle of 42º 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 #EDD293 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 147 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.07 |
| HSL | 42º | 0.71% | 0.75% | - |
| HSV(B) | 42º | 0.38% | 0.93% | - |
| XYZ | 63.24 | 66.2 | 37.05 | - |
| YUV | 210.89 | 91.95 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 147 | 0 | 0.11 | 0.38 | 0.07 | 42 | 0.71 | 0.75 |
| Hex | ED | D2 | 93 | 0 | B | 26 | 7 | 2A | 47 | 4B |
| Octal | 355 | 322 | 223 | 0 | 13 | 46 | 7 | 52 | 107 | 113 |
| Binary | 11101101 | 11010010 | 10010011 | 0 | 1011 | 100110 | 111 | 101010 | 1000111 | 1001011 |
Color Harmonies of #EDD293
Complementary color
Monochromatic Colors of #EDD293
Black with #EDD293
Text Example
Text Example
White with #EDD293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD293; }
p { color: rgb(237,210,147); }
H1.HeaderClassName
{
color: #EDD293;
}
.AnyTagClassName
{
color: #EDD293;
}
</style>
background-color css
<style>
a { background-color: #EDD293; }
a { background-color: rgb(237,210,147); }
div.DivClassName
{
background-color: #EDD293;
}
.BgClassName
{
background-color: #EDD293;
}
</style>
border-color css
<style>
span { border-color: #EDD293; }
span { border-color: rgb(237,210,147); }
td.TdClassName
{
border-color: #EDD293;
}
.TagClassName
{
border-color: #EDD293;
}
</style>