Shades of Sandy Brown #EDA86C
Tints of Sandy Brown #EDA86C
RGB
CMYK
RGB Variations
Color information
#EDA86C (or 0xEDA86C) is known color: Sandy Brown. HEX triplet: ED, A8 and 6C. RGB value is (237,168,108). Sum of RGB (Red+Green+Blue) = 237+168+108=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA86C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA86C is #125793. Grayscale: #B6B6B6. Windows color (decimal): -1202068 or 7121133. OLE color: 7121133.
HSL color Cylindrical-coordinate representation of color #EDA86C: hue angle of 27.91º 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 #EDA86C is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 108 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.07 |
| HSL | 27.91º | 0.78% | 0.68% | - |
| HSV(B) | 27.91º | 0.54% | 0.93% | - |
| XYZ | 51.63 | 47.09 | 20.56 | - |
| YUV | 181.79 | 86.36 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 108 | 0 | 0.29 | 0.54 | 0.07 | 27.91 | 0.78 | 0.68 |
| Hex | ED | A8 | 6C | 0 | 1D | 36 | 7 | 1C | 4E | 44 |
| Octal | 355 | 250 | 154 | 0 | 35 | 66 | 7 | 34 | 116 | 104 |
| Binary | 11101101 | 10101000 | 1101100 | 0 | 11101 | 110110 | 111 | 11100 | 1001110 | 1000100 |
Color Harmonies of #EDA86C
Complementary color
Monochromatic Colors of #EDA86C
Black with #EDA86C
Text Example
Text Example
White with #EDA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA86C; }
p { color: rgb(237,168,108); }
H1.HeaderClassName
{
color: #EDA86C;
}
.AnyTagClassName
{
color: #EDA86C;
}
</style>
background-color css
<style>
a { background-color: #EDA86C; }
a { background-color: rgb(237,168,108); }
div.DivClassName
{
background-color: #EDA86C;
}
.BgClassName
{
background-color: #EDA86C;
}
</style>
border-color css
<style>
span { border-color: #EDA86C; }
span { border-color: rgb(237,168,108); }
td.TdClassName
{
border-color: #EDA86C;
}
.TagClassName
{
border-color: #EDA86C;
}
</style>