Shades of Sandy Brown #EDA260
Tints of Sandy Brown #EDA260
RGB
CMYK
RGB Variations
Color information
#EDA260 (or 0xEDA260) is known color: Sandy Brown. HEX triplet: ED, A2 and 60. RGB value is (237,162,96). Sum of RGB (Red+Green+Blue) = 237+162+96=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA260 is #125D9F. Grayscale: #B1B1B1. Windows color (decimal): -1203616 or 6333165. OLE color: 6333165.
HSL color Cylindrical-coordinate representation of color #EDA260: hue angle of 28.09º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDA260 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 96 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.07 |
| HSL | 28.09º | 0.8% | 0.65% | - |
| HSV(B) | 28.09º | 0.59% | 0.93% | - |
| XYZ | 49.96 | 44.69 | 17.06 | - |
| YUV | 176.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 96 | 0 | 0.32 | 0.59 | 0.07 | 28.09 | 0.8 | 0.65 |
| Hex | ED | A2 | 60 | 0 | 20 | 3B | 7 | 1C | 50 | 41 |
| Octal | 355 | 242 | 140 | 0 | 40 | 73 | 7 | 34 | 120 | 101 |
| Binary | 11101101 | 10100010 | 1100000 | 0 | 100000 | 111011 | 111 | 11100 | 1010000 | 1000001 |
Color Harmonies of #EDA260
Complementary color
Monochromatic Colors of #EDA260
Black with #EDA260
Text Example
Text Example
White with #EDA260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA260; }
p { color: rgb(237,162,96); }
H1.HeaderClassName
{
color: #EDA260;
}
.AnyTagClassName
{
color: #EDA260;
}
</style>
background-color css
<style>
a { background-color: #EDA260; }
a { background-color: rgb(237,162,96); }
div.DivClassName
{
background-color: #EDA260;
}
.BgClassName
{
background-color: #EDA260;
}
</style>
border-color css
<style>
span { border-color: #EDA260; }
span { border-color: rgb(237,162,96); }
td.TdClassName
{
border-color: #EDA260;
}
.TagClassName
{
border-color: #EDA260;
}
</style>