Shades of Sandy Brown #EDA166
Tints of Sandy Brown #EDA166
RGB
CMYK
RGB Variations
Color information
#EDA166 (or 0xEDA166) is known color: Sandy Brown. HEX triplet: ED, A1 and 66. RGB value is (237,161,102). Sum of RGB (Red+Green+Blue) = 237+161+102=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA166 is #125E99. Grayscale: #B1B1B1. Windows color (decimal): -1203866 or 6726125. OLE color: 6726125.
HSL color Cylindrical-coordinate representation of color #EDA166: hue angle of 26.22º 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 #EDA166 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 102 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.07 |
| HSL | 26.22º | 0.79% | 0.66% | - |
| HSV(B) | 26.22º | 0.57% | 0.93% | - |
| XYZ | 50.07 | 44.45 | 18.51 | - |
| YUV | 177 | 85.68 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 102 | 0 | 0.32 | 0.57 | 0.07 | 26.22 | 0.79 | 0.66 |
| Hex | ED | A1 | 66 | 0 | 20 | 39 | 7 | 1A | 4F | 42 |
| Octal | 355 | 241 | 146 | 0 | 40 | 71 | 7 | 32 | 117 | 102 |
| Binary | 11101101 | 10100001 | 1100110 | 0 | 100000 | 111001 | 111 | 11010 | 1001111 | 1000010 |
Color Harmonies of #EDA166
Complementary color
Monochromatic Colors of #EDA166
Black with #EDA166
Text Example
Text Example
White with #EDA166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA166; }
p { color: rgb(237,161,102); }
H1.HeaderClassName
{
color: #EDA166;
}
.AnyTagClassName
{
color: #EDA166;
}
</style>
background-color css
<style>
a { background-color: #EDA166; }
a { background-color: rgb(237,161,102); }
div.DivClassName
{
background-color: #EDA166;
}
.BgClassName
{
background-color: #EDA166;
}
</style>
border-color css
<style>
span { border-color: #EDA166; }
span { border-color: rgb(237,161,102); }
td.TdClassName
{
border-color: #EDA166;
}
.TagClassName
{
border-color: #EDA166;
}
</style>