Shades of Sandy Brown #EDA56E
Tints of Sandy Brown #EDA56E
RGB
CMYK
RGB Variations
Color information
#EDA56E (or 0xEDA56E) is known color: Sandy Brown. HEX triplet: ED, A5 and 6E. RGB value is (237,165,110). Sum of RGB (Red+Green+Blue) = 237+165+110=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA56E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA56E is #125A91. Grayscale: #B4B4B4. Windows color (decimal): -1202834 or 7251437. OLE color: 7251437.
HSL color Cylindrical-coordinate representation of color #EDA56E: hue angle of 25.98º 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 #EDA56E is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 110 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.07 |
| HSL | 25.98º | 0.78% | 0.68% | - |
| HSV(B) | 25.98º | 0.54% | 0.93% | - |
| XYZ | 51.19 | 46.04 | 20.94 | - |
| YUV | 180.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 110 | 0 | 0.30 | 0.54 | 0.07 | 25.98 | 0.78 | 0.68 |
| Hex | ED | A5 | 6E | 0 | 1E | 36 | 7 | 1A | 4E | 44 |
| Octal | 355 | 245 | 156 | 0 | 36 | 66 | 7 | 32 | 116 | 104 |
| Binary | 11101101 | 10100101 | 1101110 | 0 | 11110 | 110110 | 111 | 11010 | 1001110 | 1000100 |
Color Harmonies of #EDA56E
Complementary color
Monochromatic Colors of #EDA56E
Black with #EDA56E
Text Example
Text Example
White with #EDA56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA56E; }
p { color: rgb(237,165,110); }
H1.HeaderClassName
{
color: #EDA56E;
}
.AnyTagClassName
{
color: #EDA56E;
}
</style>
background-color css
<style>
a { background-color: #EDA56E; }
a { background-color: rgb(237,165,110); }
div.DivClassName
{
background-color: #EDA56E;
}
.BgClassName
{
background-color: #EDA56E;
}
</style>
border-color css
<style>
span { border-color: #EDA56E; }
span { border-color: rgb(237,165,110); }
td.TdClassName
{
border-color: #EDA56E;
}
.TagClassName
{
border-color: #EDA56E;
}
</style>