Shades of Sandy Brown #EDA664
Tints of Sandy Brown #EDA664
RGB
CMYK
RGB Variations
Color information
#EDA664 (or 0xEDA664) is known color: Sandy Brown. HEX triplet: ED, A6 and 64. RGB value is (237,166,100). Sum of RGB (Red+Green+Blue) = 237+166+100=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA664 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA664 is #12599B. Grayscale: #B4B4B4. Windows color (decimal): -1202588 or 6596333. OLE color: 6596333.
HSL color Cylindrical-coordinate representation of color #EDA664: hue angle of 28.91º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDA664 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 100 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.07 |
| HSL | 28.91º | 0.79% | 0.66% | - |
| HSV(B) | 28.91º | 0.58% | 0.93% | - |
| XYZ | 50.86 | 46.2 | 18.29 | - |
| YUV | 179.71 | 83.02 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 100 | 0 | 0.30 | 0.58 | 0.07 | 28.91 | 0.79 | 0.66 |
| Hex | ED | A6 | 64 | 0 | 1E | 3A | 7 | 1D | 4F | 42 |
| Octal | 355 | 246 | 144 | 0 | 36 | 72 | 7 | 35 | 117 | 102 |
| Binary | 11101101 | 10100110 | 1100100 | 0 | 11110 | 111010 | 111 | 11101 | 1001111 | 1000010 |
Color Harmonies of #EDA664
Complementary color
Monochromatic Colors of #EDA664
Black with #EDA664
Text Example
Text Example
White with #EDA664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA664; }
p { color: rgb(237,166,100); }
H1.HeaderClassName
{
color: #EDA664;
}
.AnyTagClassName
{
color: #EDA664;
}
</style>
background-color css
<style>
a { background-color: #EDA664; }
a { background-color: rgb(237,166,100); }
div.DivClassName
{
background-color: #EDA664;
}
.BgClassName
{
background-color: #EDA664;
}
</style>
border-color css
<style>
span { border-color: #EDA664; }
span { border-color: rgb(237,166,100); }
td.TdClassName
{
border-color: #EDA664;
}
.TagClassName
{
border-color: #EDA664;
}
</style>