Shades of Sandy Brown #EDA966
Tints of Sandy Brown #EDA966
RGB
CMYK
RGB Variations
Color information
#EDA966 (or 0xEDA966) is known color: Sandy Brown. HEX triplet: ED, A9 and 66. RGB value is (237,169,102). Sum of RGB (Red+Green+Blue) = 237+169+102=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA966 is #125699. Grayscale: #B6B6B6. Windows color (decimal): -1201818 or 6728173. OLE color: 6728173.
HSL color Cylindrical-coordinate representation of color #EDA966: hue angle of 29.78º 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 #EDA966 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 102 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.07 |
| HSL | 29.78º | 0.79% | 0.66% | - |
| HSV(B) | 29.78º | 0.57% | 0.93% | - |
| XYZ | 51.51 | 47.34 | 18.99 | - |
| YUV | 181.69 | 83.03 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 102 | 0 | 0.29 | 0.57 | 0.07 | 29.78 | 0.79 | 0.66 |
| Hex | ED | A9 | 66 | 0 | 1D | 39 | 7 | 1E | 4F | 42 |
| Octal | 355 | 251 | 146 | 0 | 35 | 71 | 7 | 36 | 117 | 102 |
| Binary | 11101101 | 10101001 | 1100110 | 0 | 11101 | 111001 | 111 | 11110 | 1001111 | 1000010 |
Color Harmonies of #EDA966
Complementary color
Monochromatic Colors of #EDA966
Black with #EDA966
Text Example
Text Example
White with #EDA966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA966; }
p { color: rgb(237,169,102); }
H1.HeaderClassName
{
color: #EDA966;
}
.AnyTagClassName
{
color: #EDA966;
}
</style>
background-color css
<style>
a { background-color: #EDA966; }
a { background-color: rgb(237,169,102); }
div.DivClassName
{
background-color: #EDA966;
}
.BgClassName
{
background-color: #EDA966;
}
</style>
border-color css
<style>
span { border-color: #EDA966; }
span { border-color: rgb(237,169,102); }
td.TdClassName
{
border-color: #EDA966;
}
.TagClassName
{
border-color: #EDA966;
}
</style>