Shades of Sandy Brown #EDA06D
Tints of Sandy Brown #EDA06D
RGB
CMYK
RGB Variations
Color information
#EDA06D (or 0xEDA06D) is known color: Sandy Brown. HEX triplet: ED, A0 and 6D. RGB value is (237,160,109). Sum of RGB (Red+Green+Blue) = 237+160+109=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA06D is #125F92. Grayscale: #B1B1B1. Windows color (decimal): -1204115 or 7184621. OLE color: 7184621.
HSL color Cylindrical-coordinate representation of color #EDA06D: hue angle of 23.91º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDA06D is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 109 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.07 |
| HSL | 23.91º | 0.78% | 0.68% | - |
| HSV(B) | 23.91º | 0.54% | 0.93% | - |
| XYZ | 50.26 | 44.25 | 20.36 | - |
| YUV | 177.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 109 | 0 | 0.32 | 0.54 | 0.07 | 23.91 | 0.78 | 0.68 |
| Hex | ED | A0 | 6D | 0 | 20 | 36 | 7 | 18 | 4E | 44 |
| Octal | 355 | 240 | 155 | 0 | 40 | 66 | 7 | 30 | 116 | 104 |
| Binary | 11101101 | 10100000 | 1101101 | 0 | 100000 | 110110 | 111 | 11000 | 1001110 | 1000100 |
Color Harmonies of #EDA06D
Complementary color
Monochromatic Colors of #EDA06D
Black with #EDA06D
Text Example
Text Example
White with #EDA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA06D; }
p { color: rgb(237,160,109); }
H1.HeaderClassName
{
color: #EDA06D;
}
.AnyTagClassName
{
color: #EDA06D;
}
</style>
background-color css
<style>
a { background-color: #EDA06D; }
a { background-color: rgb(237,160,109); }
div.DivClassName
{
background-color: #EDA06D;
}
.BgClassName
{
background-color: #EDA06D;
}
</style>
border-color css
<style>
span { border-color: #EDA06D; }
span { border-color: rgb(237,160,109); }
td.TdClassName
{
border-color: #EDA06D;
}
.TagClassName
{
border-color: #EDA06D;
}
</style>