Shades of Sandy Brown #EDA065
Tints of Sandy Brown #EDA065
RGB
CMYK
RGB Variations
Color information
#EDA065 (or 0xEDA065) is known color: Sandy Brown. HEX triplet: ED, A0 and 65. RGB value is (237,160,101). Sum of RGB (Red+Green+Blue) = 237+160+101=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA065 is #125F9A. Grayscale: #B0B0B0. Windows color (decimal): -1204123 or 6660333. OLE color: 6660333.
HSL color Cylindrical-coordinate representation of color #EDA065: hue angle of 26.03º 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 #EDA065 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 101 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.07 |
| HSL | 26.03º | 0.79% | 0.66% | - |
| HSV(B) | 26.03º | 0.57% | 0.93% | - |
| XYZ | 49.84 | 44.09 | 18.19 | - |
| YUV | 176.3 | 85.51 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 101 | 0 | 0.32 | 0.57 | 0.07 | 26.03 | 0.79 | 0.66 |
| Hex | ED | A0 | 65 | 0 | 20 | 39 | 7 | 1A | 4F | 42 |
| Octal | 355 | 240 | 145 | 0 | 40 | 71 | 7 | 32 | 117 | 102 |
| Binary | 11101101 | 10100000 | 1100101 | 0 | 100000 | 111001 | 111 | 11010 | 1001111 | 1000010 |
Color Harmonies of #EDA065
Complementary color
Monochromatic Colors of #EDA065
Black with #EDA065
Text Example
Text Example
White with #EDA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA065; }
p { color: rgb(237,160,101); }
H1.HeaderClassName
{
color: #EDA065;
}
.AnyTagClassName
{
color: #EDA065;
}
</style>
background-color css
<style>
a { background-color: #EDA065; }
a { background-color: rgb(237,160,101); }
div.DivClassName
{
background-color: #EDA065;
}
.BgClassName
{
background-color: #EDA065;
}
</style>
border-color css
<style>
span { border-color: #EDA065; }
span { border-color: rgb(237,160,101); }
td.TdClassName
{
border-color: #EDA065;
}
.TagClassName
{
border-color: #EDA065;
}
</style>