Shades of Sandy Brown #EDA96A
Tints of Sandy Brown #EDA96A
RGB
CMYK
RGB Variations
Color information
#EDA96A (or 0xEDA96A) is known color: Sandy Brown. HEX triplet: ED, A9 and 6A. RGB value is (237,169,106). Sum of RGB (Red+Green+Blue) = 237+169+106=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA96A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA96A is #125695. Grayscale: #B6B6B6. Windows color (decimal): -1201814 or 6990317. OLE color: 6990317.
HSL color Cylindrical-coordinate representation of color #EDA96A: hue angle of 28.85º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDA96A is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 106 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.07 |
| HSL | 28.85º | 0.78% | 0.67% | - |
| HSV(B) | 28.85º | 0.55% | 0.93% | - |
| XYZ | 51.71 | 47.42 | 20.06 | - |
| YUV | 182.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 106 | 0 | 0.29 | 0.55 | 0.07 | 28.85 | 0.78 | 0.67 |
| Hex | ED | A9 | 6A | 0 | 1D | 37 | 7 | 1D | 4E | 43 |
| Octal | 355 | 251 | 152 | 0 | 35 | 67 | 7 | 35 | 116 | 103 |
| Binary | 11101101 | 10101001 | 1101010 | 0 | 11101 | 110111 | 111 | 11101 | 1001110 | 1000011 |
Color Harmonies of #EDA96A
Complementary color
Monochromatic Colors of #EDA96A
Black with #EDA96A
Text Example
Text Example
White with #EDA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA96A; }
p { color: rgb(237,169,106); }
H1.HeaderClassName
{
color: #EDA96A;
}
.AnyTagClassName
{
color: #EDA96A;
}
</style>
background-color css
<style>
a { background-color: #EDA96A; }
a { background-color: rgb(237,169,106); }
div.DivClassName
{
background-color: #EDA96A;
}
.BgClassName
{
background-color: #EDA96A;
}
</style>
border-color css
<style>
span { border-color: #EDA96A; }
span { border-color: rgb(237,169,106); }
td.TdClassName
{
border-color: #EDA96A;
}
.TagClassName
{
border-color: #EDA96A;
}
</style>