Shades of Sandy Brown #EDA762
Tints of Sandy Brown #EDA762
RGB
CMYK
RGB Variations
Color information
#EDA762 (or 0xEDA762) is known color: Sandy Brown. HEX triplet: ED, A7 and 62. RGB value is (237,167,98). Sum of RGB (Red+Green+Blue) = 237+167+98=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA762 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA762 is #12589D. Grayscale: #B4B4B4. Windows color (decimal): -1202334 or 6465517. OLE color: 6465517.
HSL color Cylindrical-coordinate representation of color #EDA762: 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.59%. Process color model (Four color, CMYK) of #EDA762 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 98 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.07 |
| HSL | 29.78º | 0.79% | 0.66% | - |
| HSV(B) | 29.78º | 0.59% | 0.93% | - |
| XYZ | 50.95 | 46.52 | 17.85 | - |
| YUV | 180.06 | 81.69 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 98 | 0 | 0.30 | 0.59 | 0.07 | 29.78 | 0.79 | 0.66 |
| Hex | ED | A7 | 62 | 0 | 1E | 3B | 7 | 1E | 4F | 42 |
| Octal | 355 | 247 | 142 | 0 | 36 | 73 | 7 | 36 | 117 | 102 |
| Binary | 11101101 | 10100111 | 1100010 | 0 | 11110 | 111011 | 111 | 11110 | 1001111 | 1000010 |
Color Harmonies of #EDA762
Complementary color
Monochromatic Colors of #EDA762
Black with #EDA762
Text Example
Text Example
White with #EDA762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA762; }
p { color: rgb(237,167,98); }
H1.HeaderClassName
{
color: #EDA762;
}
.AnyTagClassName
{
color: #EDA762;
}
</style>
background-color css
<style>
a { background-color: #EDA762; }
a { background-color: rgb(237,167,98); }
div.DivClassName
{
background-color: #EDA762;
}
.BgClassName
{
background-color: #EDA762;
}
</style>
border-color css
<style>
span { border-color: #EDA762; }
span { border-color: rgb(237,167,98); }
td.TdClassName
{
border-color: #EDA762;
}
.TagClassName
{
border-color: #EDA762;
}
</style>