Shades of Sandy Brown #EDA662
Tints of Sandy Brown #EDA662
RGB
CMYK
RGB Variations
Color information
#EDA662 (or 0xEDA662) is known color: Sandy Brown. HEX triplet: ED, A6 and 62. RGB value is (237,166,98). Sum of RGB (Red+Green+Blue) = 237+166+98=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA662 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA662 is #12599D. Grayscale: #B3B3B3. Windows color (decimal): -1202590 or 6465261. OLE color: 6465261.
HSL color Cylindrical-coordinate representation of color #EDA662: hue angle of 29.35º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDA662 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 98 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.07 |
| HSL | 29.35º | 0.79% | 0.66% | - |
| HSV(B) | 29.35º | 0.59% | 0.93% | - |
| XYZ | 50.77 | 46.16 | 17.79 | - |
| YUV | 179.48 | 82.02 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 98 | 0 | 0.30 | 0.59 | 0.07 | 29.35 | 0.79 | 0.66 |
| Hex | ED | A6 | 62 | 0 | 1E | 3B | 7 | 1D | 4F | 42 |
| Octal | 355 | 246 | 142 | 0 | 36 | 73 | 7 | 35 | 117 | 102 |
| Binary | 11101101 | 10100110 | 1100010 | 0 | 11110 | 111011 | 111 | 11101 | 1001111 | 1000010 |
Color Harmonies of #EDA662
Complementary color
Monochromatic Colors of #EDA662
Black with #EDA662
Text Example
Text Example
White with #EDA662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA662; }
p { color: rgb(237,166,98); }
H1.HeaderClassName
{
color: #EDA662;
}
.AnyTagClassName
{
color: #EDA662;
}
</style>
background-color css
<style>
a { background-color: #EDA662; }
a { background-color: rgb(237,166,98); }
div.DivClassName
{
background-color: #EDA662;
}
.BgClassName
{
background-color: #EDA662;
}
</style>
border-color css
<style>
span { border-color: #EDA662; }
span { border-color: rgb(237,166,98); }
td.TdClassName
{
border-color: #EDA662;
}
.TagClassName
{
border-color: #EDA662;
}
</style>