Shades of Sandy Brown #EDA555
Tints of Sandy Brown #EDA555
RGB
CMYK
RGB Variations
Color information
#EDA555 (or 0xEDA555) is known color: Sandy Brown. HEX triplet: ED, A5 and 55. RGB value is (237,165,85). Sum of RGB (Red+Green+Blue) = 237+165+85=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA555 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA555 is #125AAA. Grayscale: #B1B1B1. Windows color (decimal): -1202859 or 5613037. OLE color: 5613037.
HSL color Cylindrical-coordinate representation of color #EDA555: hue angle of 31.58º 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 #EDA555 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 85 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.07 |
| HSL | 31.58º | 0.81% | 0.63% | - |
| HSV(B) | 31.58º | 0.64% | 0.93% | - |
| XYZ | 50.02 | 45.57 | 14.75 | - |
| YUV | 177.41 | 75.85 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 85 | 0 | 0.30 | 0.64 | 0.07 | 31.58 | 0.81 | 0.63 |
| Hex | ED | A5 | 55 | 0 | 1E | 40 | 7 | 20 | 51 | 3F |
| Octal | 355 | 245 | 125 | 0 | 36 | 100 | 7 | 40 | 121 | 77 |
| Binary | 11101101 | 10100101 | 1010101 | 0 | 11110 | 1000000 | 111 | 100000 | 1010001 | 111111 |
Color Harmonies of #EDA555
Complementary color
Monochromatic Colors of #EDA555
Black with #EDA555
Text Example
Text Example
White with #EDA555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA555; }
p { color: rgb(237,165,85); }
H1.HeaderClassName
{
color: #EDA555;
}
.AnyTagClassName
{
color: #EDA555;
}
</style>
background-color css
<style>
a { background-color: #EDA555; }
a { background-color: rgb(237,165,85); }
div.DivClassName
{
background-color: #EDA555;
}
.BgClassName
{
background-color: #EDA555;
}
</style>
border-color css
<style>
span { border-color: #EDA555; }
span { border-color: rgb(237,165,85); }
td.TdClassName
{
border-color: #EDA555;
}
.TagClassName
{
border-color: #EDA555;
}
</style>