Shades of Sandy Brown #EDA265
Tints of Sandy Brown #EDA265
RGB
CMYK
RGB Variations
Color information
#EDA265 (or 0xEDA265) is known color: Sandy Brown. HEX triplet: ED, A2 and 65. RGB value is (237,162,101). Sum of RGB (Red+Green+Blue) = 237+162+101=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA265 is #125D9A. Grayscale: #B1B1B1. Windows color (decimal): -1203611 or 6660845. OLE color: 6660845.
HSL color Cylindrical-coordinate representation of color #EDA265: hue angle of 26.91º 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 #EDA265 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 101 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.07 |
| HSL | 26.91º | 0.79% | 0.66% | - |
| HSV(B) | 26.91º | 0.57% | 0.93% | - |
| XYZ | 50.19 | 44.78 | 18.31 | - |
| YUV | 177.47 | 84.85 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 101 | 0 | 0.32 | 0.57 | 0.07 | 26.91 | 0.79 | 0.66 |
| Hex | ED | A2 | 65 | 0 | 20 | 39 | 7 | 1B | 4F | 42 |
| Octal | 355 | 242 | 145 | 0 | 40 | 71 | 7 | 33 | 117 | 102 |
| Binary | 11101101 | 10100010 | 1100101 | 0 | 100000 | 111001 | 111 | 11011 | 1001111 | 1000010 |
Color Harmonies of #EDA265
Complementary color
Monochromatic Colors of #EDA265
Black with #EDA265
Text Example
Text Example
White with #EDA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA265; }
p { color: rgb(237,162,101); }
H1.HeaderClassName
{
color: #EDA265;
}
.AnyTagClassName
{
color: #EDA265;
}
</style>
background-color css
<style>
a { background-color: #EDA265; }
a { background-color: rgb(237,162,101); }
div.DivClassName
{
background-color: #EDA265;
}
.BgClassName
{
background-color: #EDA265;
}
</style>
border-color css
<style>
span { border-color: #EDA265; }
span { border-color: rgb(237,162,101); }
td.TdClassName
{
border-color: #EDA265;
}
.TagClassName
{
border-color: #EDA265;
}
</style>