Shades of Sandy Brown #EDA869
Tints of Sandy Brown #EDA869
RGB
CMYK
RGB Variations
Color information
#EDA869 (or 0xEDA869) is known color: Sandy Brown. HEX triplet: ED, A8 and 69. RGB value is (237,168,105). Sum of RGB (Red+Green+Blue) = 237+168+105=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA869 is #125796. Grayscale: #B5B5B5. Windows color (decimal): -1202071 or 6924525. OLE color: 6924525.
HSL color Cylindrical-coordinate representation of color #EDA869: hue angle of 28.64º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDA869 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 105 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.07 |
| HSL | 28.64º | 0.79% | 0.67% | - |
| HSV(B) | 28.64º | 0.56% | 0.93% | - |
| XYZ | 51.48 | 47.03 | 19.73 | - |
| YUV | 181.45 | 84.86 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 105 | 0 | 0.29 | 0.56 | 0.07 | 28.64 | 0.79 | 0.67 |
| Hex | ED | A8 | 69 | 0 | 1D | 38 | 7 | 1D | 4F | 43 |
| Octal | 355 | 250 | 151 | 0 | 35 | 70 | 7 | 35 | 117 | 103 |
| Binary | 11101101 | 10101000 | 1101001 | 0 | 11101 | 111000 | 111 | 11101 | 1001111 | 1000011 |
Color Harmonies of #EDA869
Complementary color
Monochromatic Colors of #EDA869
Black with #EDA869
Text Example
Text Example
White with #EDA869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA869; }
p { color: rgb(237,168,105); }
H1.HeaderClassName
{
color: #EDA869;
}
.AnyTagClassName
{
color: #EDA869;
}
</style>
background-color css
<style>
a { background-color: #EDA869; }
a { background-color: rgb(237,168,105); }
div.DivClassName
{
background-color: #EDA869;
}
.BgClassName
{
background-color: #EDA869;
}
</style>
border-color css
<style>
span { border-color: #EDA869; }
span { border-color: rgb(237,168,105); }
td.TdClassName
{
border-color: #EDA869;
}
.TagClassName
{
border-color: #EDA869;
}
</style>