Shades of Sandy Brown #EDA359
Tints of Sandy Brown #EDA359
RGB
CMYK
RGB Variations
Color information
#EDA359 (or 0xEDA359) is known color: Sandy Brown. HEX triplet: ED, A3 and 59. RGB value is (237,163,89). Sum of RGB (Red+Green+Blue) = 237+163+89=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 89 (35.16% from 255 or 18.20% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA359 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA359 is #125CA6. Grayscale: #B1B1B1. Windows color (decimal): -1203367 or 5874669. OLE color: 5874669.
HSL color Cylindrical-coordinate representation of color #EDA359: hue angle of 30º 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 #EDA359 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 89 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.07 |
| HSL | 30º | 0.8% | 0.64% | - |
| HSV(B) | 30º | 0.62% | 0.93% | - |
| XYZ | 49.83 | 44.92 | 15.5 | - |
| YUV | 176.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 89 | 0 | 0.31 | 0.62 | 0.07 | 30 | 0.8 | 0.64 |
| Hex | ED | A3 | 59 | 0 | 1F | 3E | 7 | 1E | 50 | 40 |
| Octal | 355 | 243 | 131 | 0 | 37 | 76 | 7 | 36 | 120 | 100 |
| Binary | 11101101 | 10100011 | 1011001 | 0 | 11111 | 111110 | 111 | 11110 | 1010000 | 1000000 |
Color Harmonies of #EDA359
Complementary color
Monochromatic Colors of #EDA359
Black with #EDA359
Text Example
Text Example
White with #EDA359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA359; }
p { color: rgb(237,163,89); }
H1.HeaderClassName
{
color: #EDA359;
}
.AnyTagClassName
{
color: #EDA359;
}
</style>
background-color css
<style>
a { background-color: #EDA359; }
a { background-color: rgb(237,163,89); }
div.DivClassName
{
background-color: #EDA359;
}
.BgClassName
{
background-color: #EDA359;
}
</style>
border-color css
<style>
span { border-color: #EDA359; }
span { border-color: rgb(237,163,89); }
td.TdClassName
{
border-color: #EDA359;
}
.TagClassName
{
border-color: #EDA359;
}
</style>