Shades of Sandy Brown #EDA263
Tints of Sandy Brown #EDA263
RGB
CMYK
RGB Variations
Color information
#EDA263 (or 0xEDA263) is known color: Sandy Brown. HEX triplet: ED, A2 and 63. RGB value is (237,162,99). Sum of RGB (Red+Green+Blue) = 237+162+99=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA263 is #125D9C. Grayscale: #B1B1B1. Windows color (decimal): -1203613 or 6529773. OLE color: 6529773.
HSL color Cylindrical-coordinate representation of color #EDA263: hue angle of 27.39º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDA263 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 99 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.07 |
| HSL | 27.39º | 0.79% | 0.66% | - |
| HSV(B) | 27.39º | 0.58% | 0.93% | - |
| XYZ | 50.1 | 44.75 | 17.8 | - |
| YUV | 177.24 | 83.85 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 99 | 0 | 0.32 | 0.58 | 0.07 | 27.39 | 0.79 | 0.66 |
| Hex | ED | A2 | 63 | 0 | 20 | 3A | 7 | 1B | 4F | 42 |
| Octal | 355 | 242 | 143 | 0 | 40 | 72 | 7 | 33 | 117 | 102 |
| Binary | 11101101 | 10100010 | 1100011 | 0 | 100000 | 111010 | 111 | 11011 | 1001111 | 1000010 |
Color Harmonies of #EDA263
Complementary color
Monochromatic Colors of #EDA263
Black with #EDA263
Text Example
Text Example
White with #EDA263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA263; }
p { color: rgb(237,162,99); }
H1.HeaderClassName
{
color: #EDA263;
}
.AnyTagClassName
{
color: #EDA263;
}
</style>
background-color css
<style>
a { background-color: #EDA263; }
a { background-color: rgb(237,162,99); }
div.DivClassName
{
background-color: #EDA263;
}
.BgClassName
{
background-color: #EDA263;
}
</style>
border-color css
<style>
span { border-color: #EDA263; }
span { border-color: rgb(237,162,99); }
td.TdClassName
{
border-color: #EDA263;
}
.TagClassName
{
border-color: #EDA263;
}
</style>