Shades of Sandy Brown #EDA165
Tints of Sandy Brown #EDA165
RGB
CMYK
RGB Variations
Color information
#EDA165 (or 0xEDA165) is known color: Sandy Brown. HEX triplet: ED, A1 and 65. RGB value is (237,161,101). Sum of RGB (Red+Green+Blue) = 237+161+101=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA165 is #125E9A. Grayscale: #B1B1B1. Windows color (decimal): -1203867 or 6660589. OLE color: 6660589.
HSL color Cylindrical-coordinate representation of color #EDA165: hue angle of 26.47º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDA165 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 101 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.07 |
| HSL | 26.47º | 0.79% | 0.66% | - |
| HSV(B) | 26.47º | 0.57% | 0.93% | - |
| XYZ | 50.02 | 44.43 | 18.25 | - |
| YUV | 176.88 | 85.18 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 101 | 0 | 0.32 | 0.57 | 0.07 | 26.47 | 0.79 | 0.66 |
| Hex | ED | A1 | 65 | 0 | 20 | 39 | 7 | 1A | 4F | 42 |
| Octal | 355 | 241 | 145 | 0 | 40 | 71 | 7 | 32 | 117 | 102 |
| Binary | 11101101 | 10100001 | 1100101 | 0 | 100000 | 111001 | 111 | 11010 | 1001111 | 1000010 |
Color Harmonies of #EDA165
Complementary color
Monochromatic Colors of #EDA165
Black with #EDA165
Text Example
Text Example
White with #EDA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA165; }
p { color: rgb(237,161,101); }
H1.HeaderClassName
{
color: #EDA165;
}
.AnyTagClassName
{
color: #EDA165;
}
</style>
background-color css
<style>
a { background-color: #EDA165; }
a { background-color: rgb(237,161,101); }
div.DivClassName
{
background-color: #EDA165;
}
.BgClassName
{
background-color: #EDA165;
}
</style>
border-color css
<style>
span { border-color: #EDA165; }
span { border-color: rgb(237,161,101); }
td.TdClassName
{
border-color: #EDA165;
}
.TagClassName
{
border-color: #EDA165;
}
</style>