Shades of Sandy Brown #EDA56D
Tints of Sandy Brown #EDA56D
RGB
CMYK
RGB Variations
Color information
#EDA56D (or 0xEDA56D) is known color: Sandy Brown. HEX triplet: ED, A5 and 6D. RGB value is (237,165,109). Sum of RGB (Red+Green+Blue) = 237+165+109=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA56D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA56D is #125A92. Grayscale: #B4B4B4. Windows color (decimal): -1202835 or 7185901. OLE color: 7185901.
HSL color Cylindrical-coordinate representation of color #EDA56D: hue angle of 26.25º 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 #EDA56D is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 109 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.07 |
| HSL | 26.25º | 0.78% | 0.68% | - |
| HSV(B) | 26.25º | 0.54% | 0.93% | - |
| XYZ | 51.14 | 46.02 | 20.66 | - |
| YUV | 180.14 | 87.85 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 109 | 0 | 0.30 | 0.54 | 0.07 | 26.25 | 0.78 | 0.68 |
| Hex | ED | A5 | 6D | 0 | 1E | 36 | 7 | 1A | 4E | 44 |
| Octal | 355 | 245 | 155 | 0 | 36 | 66 | 7 | 32 | 116 | 104 |
| Binary | 11101101 | 10100101 | 1101101 | 0 | 11110 | 110110 | 111 | 11010 | 1001110 | 1000100 |
Color Harmonies of #EDA56D
Complementary color
Monochromatic Colors of #EDA56D
Black with #EDA56D
Text Example
Text Example
White with #EDA56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA56D; }
p { color: rgb(237,165,109); }
H1.HeaderClassName
{
color: #EDA56D;
}
.AnyTagClassName
{
color: #EDA56D;
}
</style>
background-color css
<style>
a { background-color: #EDA56D; }
a { background-color: rgb(237,165,109); }
div.DivClassName
{
background-color: #EDA56D;
}
.BgClassName
{
background-color: #EDA56D;
}
</style>
border-color css
<style>
span { border-color: #EDA56D; }
span { border-color: rgb(237,165,109); }
td.TdClassName
{
border-color: #EDA56D;
}
.TagClassName
{
border-color: #EDA56D;
}
</style>