Shades of Sandy Brown #EDA758
Tints of Sandy Brown #EDA758
RGB
CMYK
RGB Variations
Color information
#EDA758 (or 0xEDA758) is known color: Sandy Brown. HEX triplet: ED, A7 and 58. RGB value is (237,167,88). Sum of RGB (Red+Green+Blue) = 237+167+88=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA758 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA758 is #1258A7. Grayscale: #B3B3B3. Windows color (decimal): -1202344 or 5810157. OLE color: 5810157.
HSL color Cylindrical-coordinate representation of color #EDA758: hue angle of 31.81º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDA758 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 88 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.07 |
| HSL | 31.81º | 0.81% | 0.64% | - |
| HSV(B) | 31.81º | 0.63% | 0.93% | - |
| XYZ | 50.51 | 46.35 | 15.52 | - |
| YUV | 178.92 | 76.69 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 88 | 0 | 0.30 | 0.63 | 0.07 | 31.81 | 0.81 | 0.64 |
| Hex | ED | A7 | 58 | 0 | 1E | 3F | 7 | 20 | 51 | 40 |
| Octal | 355 | 247 | 130 | 0 | 36 | 77 | 7 | 40 | 121 | 100 |
| Binary | 11101101 | 10100111 | 1011000 | 0 | 11110 | 111111 | 111 | 100000 | 1010001 | 1000000 |
Color Harmonies of #EDA758
Complementary color
Monochromatic Colors of #EDA758
Black with #EDA758
Text Example
Text Example
White with #EDA758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA758; }
p { color: rgb(237,167,88); }
H1.HeaderClassName
{
color: #EDA758;
}
.AnyTagClassName
{
color: #EDA758;
}
</style>
background-color css
<style>
a { background-color: #EDA758; }
a { background-color: rgb(237,167,88); }
div.DivClassName
{
background-color: #EDA758;
}
.BgClassName
{
background-color: #EDA758;
}
</style>
border-color css
<style>
span { border-color: #EDA758; }
span { border-color: rgb(237,167,88); }
td.TdClassName
{
border-color: #EDA758;
}
.TagClassName
{
border-color: #EDA758;
}
</style>