Shades of Sandy Brown #EDA656
Tints of Sandy Brown #EDA656
RGB
CMYK
RGB Variations
Color information
#EDA656 (or 0xEDA656) is known color: Sandy Brown. HEX triplet: ED, A6 and 56. RGB value is (237,166,86). Sum of RGB (Red+Green+Blue) = 237+166+86=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA656 is #1259A9. Grayscale: #B2B2B2. Windows color (decimal): -1202602 or 5678829. OLE color: 5678829.
HSL color Cylindrical-coordinate representation of color #EDA656: hue angle of 31.79º 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 #EDA656 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 86 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.07 |
| HSL | 31.79º | 0.81% | 0.63% | - |
| HSV(B) | 31.79º | 0.64% | 0.93% | - |
| XYZ | 50.24 | 45.95 | 15.03 | - |
| YUV | 178.11 | 76.02 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 86 | 0 | 0.30 | 0.64 | 0.07 | 31.79 | 0.81 | 0.63 |
| Hex | ED | A6 | 56 | 0 | 1E | 40 | 7 | 20 | 51 | 3F |
| Octal | 355 | 246 | 126 | 0 | 36 | 100 | 7 | 40 | 121 | 77 |
| Binary | 11101101 | 10100110 | 1010110 | 0 | 11110 | 1000000 | 111 | 100000 | 1010001 | 111111 |
Color Harmonies of #EDA656
Complementary color
Monochromatic Colors of #EDA656
Black with #EDA656
Text Example
Text Example
White with #EDA656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA656; }
p { color: rgb(237,166,86); }
H1.HeaderClassName
{
color: #EDA656;
}
.AnyTagClassName
{
color: #EDA656;
}
</style>
background-color css
<style>
a { background-color: #EDA656; }
a { background-color: rgb(237,166,86); }
div.DivClassName
{
background-color: #EDA656;
}
.BgClassName
{
background-color: #EDA656;
}
</style>
border-color css
<style>
span { border-color: #EDA656; }
span { border-color: rgb(237,166,86); }
td.TdClassName
{
border-color: #EDA656;
}
.TagClassName
{
border-color: #EDA656;
}
</style>