Shades of Sandy Brown #EDA76C
Tints of Sandy Brown #EDA76C
RGB
CMYK
RGB Variations
Color information
#EDA76C (or 0xEDA76C) is known color: Sandy Brown. HEX triplet: ED, A7 and 6C. RGB value is (237,167,108). Sum of RGB (Red+Green+Blue) = 237+167+108=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA76C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA76C is #125893. Grayscale: #B5B5B5. Windows color (decimal): -1202324 or 7120877. OLE color: 7120877.
HSL color Cylindrical-coordinate representation of color #EDA76C: hue angle of 27.44º 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 #EDA76C is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 108 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.07 |
| HSL | 27.44º | 0.78% | 0.68% | - |
| HSV(B) | 27.44º | 0.54% | 0.93% | - |
| XYZ | 51.45 | 46.72 | 20.49 | - |
| YUV | 181.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 108 | 0 | 0.30 | 0.54 | 0.07 | 27.44 | 0.78 | 0.68 |
| Hex | ED | A7 | 6C | 0 | 1E | 36 | 7 | 1B | 4E | 44 |
| Octal | 355 | 247 | 154 | 0 | 36 | 66 | 7 | 33 | 116 | 104 |
| Binary | 11101101 | 10100111 | 1101100 | 0 | 11110 | 110110 | 111 | 11011 | 1001110 | 1000100 |
Color Harmonies of #EDA76C
Complementary color
Monochromatic Colors of #EDA76C
Black with #EDA76C
Text Example
Text Example
White with #EDA76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA76C; }
p { color: rgb(237,167,108); }
H1.HeaderClassName
{
color: #EDA76C;
}
.AnyTagClassName
{
color: #EDA76C;
}
</style>
background-color css
<style>
a { background-color: #EDA76C; }
a { background-color: rgb(237,167,108); }
div.DivClassName
{
background-color: #EDA76C;
}
.BgClassName
{
background-color: #EDA76C;
}
</style>
border-color css
<style>
span { border-color: #EDA76C; }
span { border-color: rgb(237,167,108); }
td.TdClassName
{
border-color: #EDA76C;
}
.TagClassName
{
border-color: #EDA76C;
}
</style>