Shades of Sandy Brown #EDA75D
Tints of Sandy Brown #EDA75D
RGB
CMYK
RGB Variations
Color information
#EDA75D (or 0xEDA75D) is known color: Sandy Brown. HEX triplet: ED, A7 and 5D. RGB value is (237,167,93). Sum of RGB (Red+Green+Blue) = 237+167+93=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA75D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA75D is #1258A2. Grayscale: #B3B3B3. Windows color (decimal): -1202339 or 6137837. OLE color: 6137837.
HSL color Cylindrical-coordinate representation of color #EDA75D: hue angle of 30.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDA75D is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 93 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.07 |
| HSL | 30.83º | 0.8% | 0.65% | - |
| HSV(B) | 30.83º | 0.61% | 0.93% | - |
| XYZ | 50.72 | 46.43 | 16.65 | - |
| YUV | 179.49 | 79.19 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 93 | 0 | 0.30 | 0.61 | 0.07 | 30.83 | 0.8 | 0.65 |
| Hex | ED | A7 | 5D | 0 | 1E | 3D | 7 | 1F | 50 | 41 |
| Octal | 355 | 247 | 135 | 0 | 36 | 75 | 7 | 37 | 120 | 101 |
| Binary | 11101101 | 10100111 | 1011101 | 0 | 11110 | 111101 | 111 | 11111 | 1010000 | 1000001 |
Color Harmonies of #EDA75D
Complementary color
Monochromatic Colors of #EDA75D
Black with #EDA75D
Text Example
Text Example
White with #EDA75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA75D; }
p { color: rgb(237,167,93); }
H1.HeaderClassName
{
color: #EDA75D;
}
.AnyTagClassName
{
color: #EDA75D;
}
</style>
background-color css
<style>
a { background-color: #EDA75D; }
a { background-color: rgb(237,167,93); }
div.DivClassName
{
background-color: #EDA75D;
}
.BgClassName
{
background-color: #EDA75D;
}
</style>
border-color css
<style>
span { border-color: #EDA75D; }
span { border-color: rgb(237,167,93); }
td.TdClassName
{
border-color: #EDA75D;
}
.TagClassName
{
border-color: #EDA75D;
}
</style>