Shades of Sandy Brown #EDA96C
Tints of Sandy Brown #EDA96C
RGB
CMYK
RGB Variations
Color information
#EDA96C (or 0xEDA96C) is known color: Sandy Brown. HEX triplet: ED, A9 and 6C. RGB value is (237,169,108). Sum of RGB (Red+Green+Blue) = 237+169+108=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA96C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA96C is #125693. Grayscale: #B6B6B6. Windows color (decimal): -1201812 or 7121389. OLE color: 7121389.
HSL color Cylindrical-coordinate representation of color #EDA96C: hue angle of 28.37º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDA96C is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 108 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.07 |
| HSL | 28.37º | 0.78% | 0.68% | - |
| HSV(B) | 28.37º | 0.54% | 0.93% | - |
| XYZ | 51.82 | 47.46 | 20.62 | - |
| YUV | 182.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 108 | 0 | 0.29 | 0.54 | 0.07 | 28.37 | 0.78 | 0.68 |
| Hex | ED | A9 | 6C | 0 | 1D | 36 | 7 | 1C | 4E | 44 |
| Octal | 355 | 251 | 154 | 0 | 35 | 66 | 7 | 34 | 116 | 104 |
| Binary | 11101101 | 10101001 | 1101100 | 0 | 11101 | 110110 | 111 | 11100 | 1001110 | 1000100 |
Color Harmonies of #EDA96C
Complementary color
Monochromatic Colors of #EDA96C
Black with #EDA96C
Text Example
Text Example
White with #EDA96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA96C; }
p { color: rgb(237,169,108); }
H1.HeaderClassName
{
color: #EDA96C;
}
.AnyTagClassName
{
color: #EDA96C;
}
</style>
background-color css
<style>
a { background-color: #EDA96C; }
a { background-color: rgb(237,169,108); }
div.DivClassName
{
background-color: #EDA96C;
}
.BgClassName
{
background-color: #EDA96C;
}
</style>
border-color css
<style>
span { border-color: #EDA96C; }
span { border-color: rgb(237,169,108); }
td.TdClassName
{
border-color: #EDA96C;
}
.TagClassName
{
border-color: #EDA96C;
}
</style>