Shades of Sandy Brown #EDA65E
Tints of Sandy Brown #EDA65E
RGB
CMYK
RGB Variations
Color information
#EDA65E (or 0xEDA65E) is known color: Sandy Brown. HEX triplet: ED, A6 and 5E. RGB value is (237,166,94). Sum of RGB (Red+Green+Blue) = 237+166+94=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA65E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA65E is #1259A1. Grayscale: #B3B3B3. Windows color (decimal): -1202594 or 6203117. OLE color: 6203117.
HSL color Cylindrical-coordinate representation of color #EDA65E: hue angle of 30.21º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDA65E is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 94 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.07 |
| HSL | 30.21º | 0.8% | 0.65% | - |
| HSV(B) | 30.21º | 0.6% | 0.93% | - |
| XYZ | 50.58 | 46.09 | 16.82 | - |
| YUV | 179.02 | 80.02 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 94 | 0 | 0.30 | 0.60 | 0.07 | 30.21 | 0.8 | 0.65 |
| Hex | ED | A6 | 5E | 0 | 1E | 3C | 7 | 1E | 50 | 41 |
| Octal | 355 | 246 | 136 | 0 | 36 | 74 | 7 | 36 | 120 | 101 |
| Binary | 11101101 | 10100110 | 1011110 | 0 | 11110 | 111100 | 111 | 11110 | 1010000 | 1000001 |
Color Harmonies of #EDA65E
Complementary color
Monochromatic Colors of #EDA65E
Black with #EDA65E
Text Example
Text Example
White with #EDA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA65E; }
p { color: rgb(237,166,94); }
H1.HeaderClassName
{
color: #EDA65E;
}
.AnyTagClassName
{
color: #EDA65E;
}
</style>
background-color css
<style>
a { background-color: #EDA65E; }
a { background-color: rgb(237,166,94); }
div.DivClassName
{
background-color: #EDA65E;
}
.BgClassName
{
background-color: #EDA65E;
}
</style>
border-color css
<style>
span { border-color: #EDA65E; }
span { border-color: rgb(237,166,94); }
td.TdClassName
{
border-color: #EDA65E;
}
.TagClassName
{
border-color: #EDA65E;
}
</style>