Shades of Sandy Brown #EDA75C
Tints of Sandy Brown #EDA75C
RGB
CMYK
RGB Variations
Color information
#EDA75C (or 0xEDA75C) is known color: Sandy Brown. HEX triplet: ED, A7 and 5C. RGB value is (237,167,92). Sum of RGB (Red+Green+Blue) = 237+167+92=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA75C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA75C is #1258A3. Grayscale: #B3B3B3. Windows color (decimal): -1202340 or 6072301. OLE color: 6072301.
HSL color Cylindrical-coordinate representation of color #EDA75C: hue angle of 31.03º 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 #EDA75C is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 92 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.07 |
| HSL | 31.03º | 0.8% | 0.65% | - |
| HSV(B) | 31.03º | 0.61% | 0.93% | - |
| XYZ | 50.68 | 46.41 | 16.41 | - |
| YUV | 179.38 | 78.69 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 92 | 0 | 0.30 | 0.61 | 0.07 | 31.03 | 0.8 | 0.65 |
| Hex | ED | A7 | 5C | 0 | 1E | 3D | 7 | 1F | 50 | 41 |
| Octal | 355 | 247 | 134 | 0 | 36 | 75 | 7 | 37 | 120 | 101 |
| Binary | 11101101 | 10100111 | 1011100 | 0 | 11110 | 111101 | 111 | 11111 | 1010000 | 1000001 |
Color Harmonies of #EDA75C
Complementary color
Monochromatic Colors of #EDA75C
Black with #EDA75C
Text Example
Text Example
White with #EDA75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA75C; }
p { color: rgb(237,167,92); }
H1.HeaderClassName
{
color: #EDA75C;
}
.AnyTagClassName
{
color: #EDA75C;
}
</style>
background-color css
<style>
a { background-color: #EDA75C; }
a { background-color: rgb(237,167,92); }
div.DivClassName
{
background-color: #EDA75C;
}
.BgClassName
{
background-color: #EDA75C;
}
</style>
border-color css
<style>
span { border-color: #EDA75C; }
span { border-color: rgb(237,167,92); }
td.TdClassName
{
border-color: #EDA75C;
}
.TagClassName
{
border-color: #EDA75C;
}
</style>