Shades of Sandy Brown #EDA257
Tints of Sandy Brown #EDA257
RGB
CMYK
RGB Variations
Color information
#EDA257 (or 0xEDA257) is known color: Sandy Brown. HEX triplet: ED, A2 and 57. RGB value is (237,162,87). Sum of RGB (Red+Green+Blue) = 237+162+87=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA257 is #125DA8. Grayscale: #B0B0B0. Windows color (decimal): -1203625 or 5743341. OLE color: 5743341.
HSL color Cylindrical-coordinate representation of color #EDA257: hue angle of 30º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDA257 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 87 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.07 |
| HSL | 30º | 0.81% | 0.64% | - |
| HSV(B) | 30º | 0.63% | 0.93% | - |
| XYZ | 49.57 | 44.53 | 15 | - |
| YUV | 175.88 | 77.85 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 87 | 0 | 0.32 | 0.63 | 0.07 | 30 | 0.81 | 0.64 |
| Hex | ED | A2 | 57 | 0 | 20 | 3F | 7 | 1E | 51 | 40 |
| Octal | 355 | 242 | 127 | 0 | 40 | 77 | 7 | 36 | 121 | 100 |
| Binary | 11101101 | 10100010 | 1010111 | 0 | 100000 | 111111 | 111 | 11110 | 1010001 | 1000000 |
Color Harmonies of #EDA257
Complementary color
Monochromatic Colors of #EDA257
Black with #EDA257
Text Example
Text Example
White with #EDA257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA257; }
p { color: rgb(237,162,87); }
H1.HeaderClassName
{
color: #EDA257;
}
.AnyTagClassName
{
color: #EDA257;
}
</style>
background-color css
<style>
a { background-color: #EDA257; }
a { background-color: rgb(237,162,87); }
div.DivClassName
{
background-color: #EDA257;
}
.BgClassName
{
background-color: #EDA257;
}
</style>
border-color css
<style>
span { border-color: #EDA257; }
span { border-color: rgb(237,162,87); }
td.TdClassName
{
border-color: #EDA257;
}
.TagClassName
{
border-color: #EDA257;
}
</style>