Shades of Sandy Brown #EDA85E
Tints of Sandy Brown #EDA85E
RGB
CMYK
RGB Variations
Color information
#EDA85E (or 0xEDA85E) is known color: Sandy Brown. HEX triplet: ED, A8 and 5E. RGB value is (237,168,94). Sum of RGB (Red+Green+Blue) = 237+168+94=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA85E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA85E is #1257A1. Grayscale: #B4B4B4. Windows color (decimal): -1202082 or 6203629. OLE color: 6203629.
HSL color Cylindrical-coordinate representation of color #EDA85E: hue angle of 31.05º 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 #EDA85E is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 94 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.07 |
| HSL | 31.05º | 0.8% | 0.65% | - |
| HSV(B) | 31.05º | 0.6% | 0.93% | - |
| XYZ | 50.95 | 46.82 | 16.94 | - |
| YUV | 180.2 | 79.36 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 94 | 0 | 0.29 | 0.60 | 0.07 | 31.05 | 0.8 | 0.65 |
| Hex | ED | A8 | 5E | 0 | 1D | 3C | 7 | 1F | 50 | 41 |
| Octal | 355 | 250 | 136 | 0 | 35 | 74 | 7 | 37 | 120 | 101 |
| Binary | 11101101 | 10101000 | 1011110 | 0 | 11101 | 111100 | 111 | 11111 | 1010000 | 1000001 |
Color Harmonies of #EDA85E
Complementary color
Monochromatic Colors of #EDA85E
Black with #EDA85E
Text Example
Text Example
White with #EDA85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA85E; }
p { color: rgb(237,168,94); }
H1.HeaderClassName
{
color: #EDA85E;
}
.AnyTagClassName
{
color: #EDA85E;
}
</style>
background-color css
<style>
a { background-color: #EDA85E; }
a { background-color: rgb(237,168,94); }
div.DivClassName
{
background-color: #EDA85E;
}
.BgClassName
{
background-color: #EDA85E;
}
</style>
border-color css
<style>
span { border-color: #EDA85E; }
span { border-color: rgb(237,168,94); }
td.TdClassName
{
border-color: #EDA85E;
}
.TagClassName
{
border-color: #EDA85E;
}
</style>