Shades of Sandy Brown #EDA96B
Tints of Sandy Brown #EDA96B
RGB
CMYK
RGB Variations
Color information
#EDA96B (or 0xEDA96B) is known color: Sandy Brown. HEX triplet: ED, A9 and 6B. RGB value is (237,169,107). Sum of RGB (Red+Green+Blue) = 237+169+107=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA96B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA96B is #125694. Grayscale: #B6B6B6. Windows color (decimal): -1201813 or 7055853. OLE color: 7055853.
HSL color Cylindrical-coordinate representation of color #EDA96B: hue angle of 28.62º 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 #EDA96B is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 107 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.07 |
| HSL | 28.62º | 0.78% | 0.67% | - |
| HSV(B) | 28.62º | 0.55% | 0.93% | - |
| XYZ | 51.77 | 47.44 | 20.34 | - |
| YUV | 182.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 107 | 0 | 0.29 | 0.55 | 0.07 | 28.62 | 0.78 | 0.67 |
| Hex | ED | A9 | 6B | 0 | 1D | 37 | 7 | 1D | 4E | 43 |
| Octal | 355 | 251 | 153 | 0 | 35 | 67 | 7 | 35 | 116 | 103 |
| Binary | 11101101 | 10101001 | 1101011 | 0 | 11101 | 110111 | 111 | 11101 | 1001110 | 1000011 |
Color Harmonies of #EDA96B
Complementary color
Monochromatic Colors of #EDA96B
Black with #EDA96B
Text Example
Text Example
White with #EDA96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA96B; }
p { color: rgb(237,169,107); }
H1.HeaderClassName
{
color: #EDA96B;
}
.AnyTagClassName
{
color: #EDA96B;
}
</style>
background-color css
<style>
a { background-color: #EDA96B; }
a { background-color: rgb(237,169,107); }
div.DivClassName
{
background-color: #EDA96B;
}
.BgClassName
{
background-color: #EDA96B;
}
</style>
border-color css
<style>
span { border-color: #EDA96B; }
span { border-color: rgb(237,169,107); }
td.TdClassName
{
border-color: #EDA96B;
}
.TagClassName
{
border-color: #EDA96B;
}
</style>