Shades of Sandy Brown #EDA85C
Tints of Sandy Brown #EDA85C
RGB
CMYK
RGB Variations
Color information
#EDA85C (or 0xEDA85C) is known color: Sandy Brown. HEX triplet: ED, A8 and 5C. RGB value is (237,168,92). Sum of RGB (Red+Green+Blue) = 237+168+92=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA85C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA85C is #1257A3. Grayscale: #B4B4B4. Windows color (decimal): -1202084 or 6072557. OLE color: 6072557.
HSL color Cylindrical-coordinate representation of color #EDA85C: hue angle of 31.45º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDA85C is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 92 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.07 |
| HSL | 31.45º | 0.8% | 0.65% | - |
| HSV(B) | 31.45º | 0.61% | 0.93% | - |
| XYZ | 50.86 | 46.78 | 16.47 | - |
| YUV | 179.97 | 78.36 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 92 | 0 | 0.29 | 0.61 | 0.07 | 31.45 | 0.8 | 0.65 |
| Hex | ED | A8 | 5C | 0 | 1D | 3D | 7 | 1F | 50 | 41 |
| Octal | 355 | 250 | 134 | 0 | 35 | 75 | 7 | 37 | 120 | 101 |
| Binary | 11101101 | 10101000 | 1011100 | 0 | 11101 | 111101 | 111 | 11111 | 1010000 | 1000001 |
Color Harmonies of #EDA85C
Complementary color
Monochromatic Colors of #EDA85C
Black with #EDA85C
Text Example
Text Example
White with #EDA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA85C; }
p { color: rgb(237,168,92); }
H1.HeaderClassName
{
color: #EDA85C;
}
.AnyTagClassName
{
color: #EDA85C;
}
</style>
background-color css
<style>
a { background-color: #EDA85C; }
a { background-color: rgb(237,168,92); }
div.DivClassName
{
background-color: #EDA85C;
}
.BgClassName
{
background-color: #EDA85C;
}
</style>
border-color css
<style>
span { border-color: #EDA85C; }
span { border-color: rgb(237,168,92); }
td.TdClassName
{
border-color: #EDA85C;
}
.TagClassName
{
border-color: #EDA85C;
}
</style>