Shades of Sandy Brown #EDA658
Tints of Sandy Brown #EDA658
RGB
CMYK
RGB Variations
Color information
#EDA658 (or 0xEDA658) is known color: Sandy Brown. HEX triplet: ED, A6 and 58. RGB value is (237,166,88). Sum of RGB (Red+Green+Blue) = 237+166+88=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA658 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA658 is #1259A7. Grayscale: #B2B2B2. Windows color (decimal): -1202600 or 5809901. OLE color: 5809901.
HSL color Cylindrical-coordinate representation of color #EDA658: hue angle of 31.41º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDA658 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 88 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.07 |
| HSL | 31.41º | 0.81% | 0.64% | - |
| HSV(B) | 31.41º | 0.63% | 0.93% | - |
| XYZ | 50.32 | 45.98 | 15.46 | - |
| YUV | 178.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 88 | 0 | 0.30 | 0.63 | 0.07 | 31.41 | 0.81 | 0.64 |
| Hex | ED | A6 | 58 | 0 | 1E | 3F | 7 | 1F | 51 | 40 |
| Octal | 355 | 246 | 130 | 0 | 36 | 77 | 7 | 37 | 121 | 100 |
| Binary | 11101101 | 10100110 | 1011000 | 0 | 11110 | 111111 | 111 | 11111 | 1010001 | 1000000 |
Color Harmonies of #EDA658
Complementary color
Monochromatic Colors of #EDA658
Black with #EDA658
Text Example
Text Example
White with #EDA658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA658; }
p { color: rgb(237,166,88); }
H1.HeaderClassName
{
color: #EDA658;
}
.AnyTagClassName
{
color: #EDA658;
}
</style>
background-color css
<style>
a { background-color: #EDA658; }
a { background-color: rgb(237,166,88); }
div.DivClassName
{
background-color: #EDA658;
}
.BgClassName
{
background-color: #EDA658;
}
</style>
border-color css
<style>
span { border-color: #EDA658; }
span { border-color: rgb(237,166,88); }
td.TdClassName
{
border-color: #EDA658;
}
.TagClassName
{
border-color: #EDA658;
}
</style>