Shades of Sandy Brown #EDA659
Tints of Sandy Brown #EDA659
RGB
CMYK
RGB Variations
Color information
#EDA659 (or 0xEDA659) is known color: Sandy Brown. HEX triplet: ED, A6 and 59. RGB value is (237,166,89). Sum of RGB (Red+Green+Blue) = 237+166+89=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA659 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA659 is #1259A6. Grayscale: #B2B2B2. Windows color (decimal): -1202599 or 5875437. OLE color: 5875437.
HSL color Cylindrical-coordinate representation of color #EDA659: hue angle of 31.22º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDA659 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 89 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.07 |
| HSL | 31.22º | 0.8% | 0.64% | - |
| HSV(B) | 31.22º | 0.62% | 0.93% | - |
| XYZ | 50.36 | 46 | 15.68 | - |
| YUV | 178.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 89 | 0 | 0.30 | 0.62 | 0.07 | 31.22 | 0.8 | 0.64 |
| Hex | ED | A6 | 59 | 0 | 1E | 3E | 7 | 1F | 50 | 40 |
| Octal | 355 | 246 | 131 | 0 | 36 | 76 | 7 | 37 | 120 | 100 |
| Binary | 11101101 | 10100110 | 1011001 | 0 | 11110 | 111110 | 111 | 11111 | 1010000 | 1000000 |
Color Harmonies of #EDA659
Complementary color
Monochromatic Colors of #EDA659
Black with #EDA659
Text Example
Text Example
White with #EDA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA659; }
p { color: rgb(237,166,89); }
H1.HeaderClassName
{
color: #EDA659;
}
.AnyTagClassName
{
color: #EDA659;
}
</style>
background-color css
<style>
a { background-color: #EDA659; }
a { background-color: rgb(237,166,89); }
div.DivClassName
{
background-color: #EDA659;
}
.BgClassName
{
background-color: #EDA659;
}
</style>
border-color css
<style>
span { border-color: #EDA659; }
span { border-color: rgb(237,166,89); }
td.TdClassName
{
border-color: #EDA659;
}
.TagClassName
{
border-color: #EDA659;
}
</style>