Shades of Sandy Brown #EDA86A
Tints of Sandy Brown #EDA86A
RGB
CMYK
RGB Variations
Color information
#EDA86A (or 0xEDA86A) is known color: Sandy Brown. HEX triplet: ED, A8 and 6A. RGB value is (237,168,106). Sum of RGB (Red+Green+Blue) = 237+168+106=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA86A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA86A is #125795. Grayscale: #B5B5B5. Windows color (decimal): -1202070 or 6990061. OLE color: 6990061.
HSL color Cylindrical-coordinate representation of color #EDA86A: hue angle of 28.4º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDA86A is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 106 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.07 |
| HSL | 28.4º | 0.78% | 0.67% | - |
| HSV(B) | 28.4º | 0.55% | 0.93% | - |
| XYZ | 51.53 | 47.05 | 20 | - |
| YUV | 181.56 | 85.36 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 106 | 0 | 0.29 | 0.55 | 0.07 | 28.4 | 0.78 | 0.67 |
| Hex | ED | A8 | 6A | 0 | 1D | 37 | 7 | 1C | 4E | 43 |
| Octal | 355 | 250 | 152 | 0 | 35 | 67 | 7 | 34 | 116 | 103 |
| Binary | 11101101 | 10101000 | 1101010 | 0 | 11101 | 110111 | 111 | 11100 | 1001110 | 1000011 |
Color Harmonies of #EDA86A
Complementary color
Monochromatic Colors of #EDA86A
Black with #EDA86A
Text Example
Text Example
White with #EDA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA86A; }
p { color: rgb(237,168,106); }
H1.HeaderClassName
{
color: #EDA86A;
}
.AnyTagClassName
{
color: #EDA86A;
}
</style>
background-color css
<style>
a { background-color: #EDA86A; }
a { background-color: rgb(237,168,106); }
div.DivClassName
{
background-color: #EDA86A;
}
.BgClassName
{
background-color: #EDA86A;
}
</style>
border-color css
<style>
span { border-color: #EDA86A; }
span { border-color: rgb(237,168,106); }
td.TdClassName
{
border-color: #EDA86A;
}
.TagClassName
{
border-color: #EDA86A;
}
</style>