Shades of Sandy Brown #EDA66D
Tints of Sandy Brown #EDA66D
RGB
CMYK
RGB Variations
Color information
#EDA66D (or 0xEDA66D) is known color: Sandy Brown. HEX triplet: ED, A6 and 6D. RGB value is (237,166,109). Sum of RGB (Red+Green+Blue) = 237+166+109=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA66D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA66D is #125992. Grayscale: #B5B5B5. Windows color (decimal): -1202579 or 7186157. OLE color: 7186157.
HSL color Cylindrical-coordinate representation of color #EDA66D: hue angle of 26.72º 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 #EDA66D is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 109 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.07 |
| HSL | 26.72º | 0.78% | 0.68% | - |
| HSV(B) | 26.72º | 0.54% | 0.93% | - |
| XYZ | 51.32 | 46.38 | 20.72 | - |
| YUV | 180.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 109 | 0 | 0.30 | 0.54 | 0.07 | 26.72 | 0.78 | 0.68 |
| Hex | ED | A6 | 6D | 0 | 1E | 36 | 7 | 1B | 4E | 44 |
| Octal | 355 | 246 | 155 | 0 | 36 | 66 | 7 | 33 | 116 | 104 |
| Binary | 11101101 | 10100110 | 1101101 | 0 | 11110 | 110110 | 111 | 11011 | 1001110 | 1000100 |
Color Harmonies of #EDA66D
Complementary color
Monochromatic Colors of #EDA66D
Black with #EDA66D
Text Example
Text Example
White with #EDA66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA66D; }
p { color: rgb(237,166,109); }
H1.HeaderClassName
{
color: #EDA66D;
}
.AnyTagClassName
{
color: #EDA66D;
}
</style>
background-color css
<style>
a { background-color: #EDA66D; }
a { background-color: rgb(237,166,109); }
div.DivClassName
{
background-color: #EDA66D;
}
.BgClassName
{
background-color: #EDA66D;
}
</style>
border-color css
<style>
span { border-color: #EDA66D; }
span { border-color: rgb(237,166,109); }
td.TdClassName
{
border-color: #EDA66D;
}
.TagClassName
{
border-color: #EDA66D;
}
</style>