Shades of Sandy Brown #EDA75F
Tints of Sandy Brown #EDA75F
RGB
CMYK
RGB Variations
Color information
#EDA75F (or 0xEDA75F) is known color: Sandy Brown. HEX triplet: ED, A7 and 5F. RGB value is (237,167,95). Sum of RGB (Red+Green+Blue) = 237+167+95=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA75F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA75F is #1258A0. Grayscale: #B4B4B4. Windows color (decimal): -1202337 or 6268909. OLE color: 6268909.
HSL color Cylindrical-coordinate representation of color #EDA75F: hue angle of 30.42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDA75F is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 95 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.07 |
| HSL | 30.42º | 0.8% | 0.65% | - |
| HSV(B) | 30.42º | 0.6% | 0.93% | - |
| XYZ | 50.81 | 46.47 | 17.12 | - |
| YUV | 179.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 95 | 0 | 0.30 | 0.60 | 0.07 | 30.42 | 0.8 | 0.65 |
| Hex | ED | A7 | 5F | 0 | 1E | 3C | 7 | 1E | 50 | 41 |
| Octal | 355 | 247 | 137 | 0 | 36 | 74 | 7 | 36 | 120 | 101 |
| Binary | 11101101 | 10100111 | 1011111 | 0 | 11110 | 111100 | 111 | 11110 | 1010000 | 1000001 |
Color Harmonies of #EDA75F
Complementary color
Monochromatic Colors of #EDA75F
Black with #EDA75F
Text Example
Text Example
White with #EDA75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA75F; }
p { color: rgb(237,167,95); }
H1.HeaderClassName
{
color: #EDA75F;
}
.AnyTagClassName
{
color: #EDA75F;
}
</style>
background-color css
<style>
a { background-color: #EDA75F; }
a { background-color: rgb(237,167,95); }
div.DivClassName
{
background-color: #EDA75F;
}
.BgClassName
{
background-color: #EDA75F;
}
</style>
border-color css
<style>
span { border-color: #EDA75F; }
span { border-color: rgb(237,167,95); }
td.TdClassName
{
border-color: #EDA75F;
}
.TagClassName
{
border-color: #EDA75F;
}
</style>