Shades of Sandy Brown #EDA356
Tints of Sandy Brown #EDA356
RGB
CMYK
RGB Variations
Color information
#EDA356 (or 0xEDA356) is known color: Sandy Brown. HEX triplet: ED, A3 and 56. RGB value is (237,163,86). Sum of RGB (Red+Green+Blue) = 237+163+86=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA356 is #125CA9. Grayscale: #B0B0B0. Windows color (decimal): -1203370 or 5678061. OLE color: 5678061.
HSL color Cylindrical-coordinate representation of color #EDA356: hue angle of 30.6º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDA356 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 86 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.07 |
| HSL | 30.6º | 0.81% | 0.63% | - |
| HSV(B) | 30.6º | 0.64% | 0.93% | - |
| XYZ | 49.7 | 44.87 | 14.85 | - |
| YUV | 176.35 | 77.02 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 86 | 0 | 0.31 | 0.64 | 0.07 | 30.6 | 0.81 | 0.63 |
| Hex | ED | A3 | 56 | 0 | 1F | 40 | 7 | 1F | 51 | 3F |
| Octal | 355 | 243 | 126 | 0 | 37 | 100 | 7 | 37 | 121 | 77 |
| Binary | 11101101 | 10100011 | 1010110 | 0 | 11111 | 1000000 | 111 | 11111 | 1010001 | 111111 |
Color Harmonies of #EDA356
Complementary color
Monochromatic Colors of #EDA356
Black with #EDA356
Text Example
Text Example
White with #EDA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA356; }
p { color: rgb(237,163,86); }
H1.HeaderClassName
{
color: #EDA356;
}
.AnyTagClassName
{
color: #EDA356;
}
</style>
background-color css
<style>
a { background-color: #EDA356; }
a { background-color: rgb(237,163,86); }
div.DivClassName
{
background-color: #EDA356;
}
.BgClassName
{
background-color: #EDA356;
}
</style>
border-color css
<style>
span { border-color: #EDA356; }
span { border-color: rgb(237,163,86); }
td.TdClassName
{
border-color: #EDA356;
}
.TagClassName
{
border-color: #EDA356;
}
</style>