Shades of Sandy Brown #EDA358
Tints of Sandy Brown #EDA358
RGB
CMYK
RGB Variations
Color information
#EDA358 (or 0xEDA358) is known color: Sandy Brown. HEX triplet: ED, A3 and 58. RGB value is (237,163,88). Sum of RGB (Red+Green+Blue) = 237+163+88=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA358 is #125CA7. Grayscale: #B0B0B0. Windows color (decimal): -1203368 or 5809133. OLE color: 5809133.
HSL color Cylindrical-coordinate representation of color #EDA358: hue angle of 30.2º 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 #EDA358 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 88 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.07 |
| HSL | 30.2º | 0.81% | 0.64% | - |
| HSV(B) | 30.2º | 0.63% | 0.93% | - |
| XYZ | 49.78 | 44.9 | 15.28 | - |
| YUV | 176.58 | 78.02 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 88 | 0 | 0.31 | 0.63 | 0.07 | 30.2 | 0.81 | 0.64 |
| Hex | ED | A3 | 58 | 0 | 1F | 3F | 7 | 1E | 51 | 40 |
| Octal | 355 | 243 | 130 | 0 | 37 | 77 | 7 | 36 | 121 | 100 |
| Binary | 11101101 | 10100011 | 1011000 | 0 | 11111 | 111111 | 111 | 11110 | 1010001 | 1000000 |
Color Harmonies of #EDA358
Complementary color
Monochromatic Colors of #EDA358
Black with #EDA358
Text Example
Text Example
White with #EDA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA358; }
p { color: rgb(237,163,88); }
H1.HeaderClassName
{
color: #EDA358;
}
.AnyTagClassName
{
color: #EDA358;
}
</style>
background-color css
<style>
a { background-color: #EDA358; }
a { background-color: rgb(237,163,88); }
div.DivClassName
{
background-color: #EDA358;
}
.BgClassName
{
background-color: #EDA358;
}
</style>
border-color css
<style>
span { border-color: #EDA358; }
span { border-color: rgb(237,163,88); }
td.TdClassName
{
border-color: #EDA358;
}
.TagClassName
{
border-color: #EDA358;
}
</style>