Shades of Sandy Brown #EDA053
Tints of Sandy Brown #EDA053
RGB
CMYK
RGB Variations
Color information
#EDA053 (or 0xEDA053) is known color: Sandy Brown. HEX triplet: ED, A0 and 53. RGB value is (237,160,83). Sum of RGB (Red+Green+Blue) = 237+160+83=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA053 is #125FAC. Grayscale: #AEAEAE. Windows color (decimal): -1204141 or 5480685. OLE color: 5480685.
HSL color Cylindrical-coordinate representation of color #EDA053: hue angle of 30º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDA053 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 83 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.07 |
| HSL | 30º | 0.81% | 0.63% | - |
| HSV(B) | 30º | 0.65% | 0.93% | - |
| XYZ | 49.06 | 43.77 | 14.05 | - |
| YUV | 174.25 | 76.51 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 83 | 0 | 0.32 | 0.65 | 0.07 | 30 | 0.81 | 0.63 |
| Hex | ED | A0 | 53 | 0 | 20 | 41 | 7 | 1E | 51 | 3F |
| Octal | 355 | 240 | 123 | 0 | 40 | 101 | 7 | 36 | 121 | 77 |
| Binary | 11101101 | 10100000 | 1010011 | 0 | 100000 | 1000001 | 111 | 11110 | 1010001 | 111111 |
Color Harmonies of #EDA053
Complementary color
Monochromatic Colors of #EDA053
Black with #EDA053
Text Example
Text Example
White with #EDA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA053; }
p { color: rgb(237,160,83); }
H1.HeaderClassName
{
color: #EDA053;
}
.AnyTagClassName
{
color: #EDA053;
}
</style>
background-color css
<style>
a { background-color: #EDA053; }
a { background-color: rgb(237,160,83); }
div.DivClassName
{
background-color: #EDA053;
}
.BgClassName
{
background-color: #EDA053;
}
</style>
border-color css
<style>
span { border-color: #EDA053; }
span { border-color: rgb(237,160,83); }
td.TdClassName
{
border-color: #EDA053;
}
.TagClassName
{
border-color: #EDA053;
}
</style>