Shades of Sandy Brown #EDA668
Tints of Sandy Brown #EDA668
RGB
CMYK
RGB Variations
Color information
#EDA668 (or 0xEDA668) is known color: Sandy Brown. HEX triplet: ED, A6 and 68. RGB value is (237,166,104). Sum of RGB (Red+Green+Blue) = 237+166+104=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA668 is #125997. Grayscale: #B4B4B4. Windows color (decimal): -1202584 or 6858477. OLE color: 6858477.
HSL color Cylindrical-coordinate representation of color #EDA668: hue angle of 27.97º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDA668 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 104 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.07 |
| HSL | 27.97º | 0.79% | 0.67% | - |
| HSV(B) | 27.97º | 0.56% | 0.93% | - |
| XYZ | 51.06 | 46.28 | 19.34 | - |
| YUV | 180.16 | 85.02 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 104 | 0 | 0.30 | 0.56 | 0.07 | 27.97 | 0.79 | 0.67 |
| Hex | ED | A6 | 68 | 0 | 1E | 38 | 7 | 1C | 4F | 43 |
| Octal | 355 | 246 | 150 | 0 | 36 | 70 | 7 | 34 | 117 | 103 |
| Binary | 11101101 | 10100110 | 1101000 | 0 | 11110 | 111000 | 111 | 11100 | 1001111 | 1000011 |
Color Harmonies of #EDA668
Complementary color
Monochromatic Colors of #EDA668
Black with #EDA668
Text Example
Text Example
White with #EDA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA668; }
p { color: rgb(237,166,104); }
H1.HeaderClassName
{
color: #EDA668;
}
.AnyTagClassName
{
color: #EDA668;
}
</style>
background-color css
<style>
a { background-color: #EDA668; }
a { background-color: rgb(237,166,104); }
div.DivClassName
{
background-color: #EDA668;
}
.BgClassName
{
background-color: #EDA668;
}
</style>
border-color css
<style>
span { border-color: #EDA668; }
span { border-color: rgb(237,166,104); }
td.TdClassName
{
border-color: #EDA668;
}
.TagClassName
{
border-color: #EDA668;
}
</style>