Shades of Sandy Brown #EDA455
Tints of Sandy Brown #EDA455
RGB
CMYK
RGB Variations
Color information
#EDA455 (or 0xEDA455) is known color: Sandy Brown. HEX triplet: ED, A4 and 55. RGB value is (237,164,85). Sum of RGB (Red+Green+Blue) = 237+164+85=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA455 is #125BAA. Grayscale: #B1B1B1. Windows color (decimal): -1203115 or 5612781. OLE color: 5612781.
HSL color Cylindrical-coordinate representation of color #EDA455: hue angle of 31.18º 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 #EDA455 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 85 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.07 |
| HSL | 31.18º | 0.81% | 0.63% | - |
| HSV(B) | 31.18º | 0.64% | 0.93% | - |
| XYZ | 49.84 | 45.21 | 14.69 | - |
| YUV | 176.82 | 76.18 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 85 | 0 | 0.31 | 0.64 | 0.07 | 31.18 | 0.81 | 0.63 |
| Hex | ED | A4 | 55 | 0 | 1F | 40 | 7 | 1F | 51 | 3F |
| Octal | 355 | 244 | 125 | 0 | 37 | 100 | 7 | 37 | 121 | 77 |
| Binary | 11101101 | 10100100 | 1010101 | 0 | 11111 | 1000000 | 111 | 11111 | 1010001 | 111111 |
Color Harmonies of #EDA455
Complementary color
Monochromatic Colors of #EDA455
Black with #EDA455
Text Example
Text Example
White with #EDA455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA455; }
p { color: rgb(237,164,85); }
H1.HeaderClassName
{
color: #EDA455;
}
.AnyTagClassName
{
color: #EDA455;
}
</style>
background-color css
<style>
a { background-color: #EDA455; }
a { background-color: rgb(237,164,85); }
div.DivClassName
{
background-color: #EDA455;
}
.BgClassName
{
background-color: #EDA455;
}
</style>
border-color css
<style>
span { border-color: #EDA455; }
span { border-color: rgb(237,164,85); }
td.TdClassName
{
border-color: #EDA455;
}
.TagClassName
{
border-color: #EDA455;
}
</style>