Shades of Sandy Brown #EDA465
Tints of Sandy Brown #EDA465
RGB
CMYK
RGB Variations
Color information
#EDA465 (or 0xEDA465) is known color: Sandy Brown. HEX triplet: ED, A4 and 65. RGB value is (237,164,101). Sum of RGB (Red+Green+Blue) = 237+164+101=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA465 is #125B9A. Grayscale: #B2B2B2. Windows color (decimal): -1203099 or 6661357. OLE color: 6661357.
HSL color Cylindrical-coordinate representation of color #EDA465: hue angle of 27.79º 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 #EDA465 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 101 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.07 |
| HSL | 27.79º | 0.79% | 0.66% | - |
| HSV(B) | 27.79º | 0.57% | 0.93% | - |
| XYZ | 50.55 | 45.5 | 18.43 | - |
| YUV | 178.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 101 | 0 | 0.31 | 0.57 | 0.07 | 27.79 | 0.79 | 0.66 |
| Hex | ED | A4 | 65 | 0 | 1F | 39 | 7 | 1C | 4F | 42 |
| Octal | 355 | 244 | 145 | 0 | 37 | 71 | 7 | 34 | 117 | 102 |
| Binary | 11101101 | 10100100 | 1100101 | 0 | 11111 | 111001 | 111 | 11100 | 1001111 | 1000010 |
Color Harmonies of #EDA465
Complementary color
Monochromatic Colors of #EDA465
Black with #EDA465
Text Example
Text Example
White with #EDA465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA465; }
p { color: rgb(237,164,101); }
H1.HeaderClassName
{
color: #EDA465;
}
.AnyTagClassName
{
color: #EDA465;
}
</style>
background-color css
<style>
a { background-color: #EDA465; }
a { background-color: rgb(237,164,101); }
div.DivClassName
{
background-color: #EDA465;
}
.BgClassName
{
background-color: #EDA465;
}
</style>
border-color css
<style>
span { border-color: #EDA465; }
span { border-color: rgb(237,164,101); }
td.TdClassName
{
border-color: #EDA465;
}
.TagClassName
{
border-color: #EDA465;
}
</style>