Shades of Sandy Brown #EDA459
Tints of Sandy Brown #EDA459
RGB
CMYK
RGB Variations
Color information
#EDA459 (or 0xEDA459) is known color: Sandy Brown. HEX triplet: ED, A4 and 59. RGB value is (237,164,89). Sum of RGB (Red+Green+Blue) = 237+164+89=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 89 (35.16% from 255 or 18.16% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA459 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA459 is #125BA6. Grayscale: #B1B1B1. Windows color (decimal): -1203111 or 5874925. OLE color: 5874925.
HSL color Cylindrical-coordinate representation of color #EDA459: hue angle of 30.41º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDA459 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 89 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.07 |
| HSL | 30.41º | 0.8% | 0.64% | - |
| HSV(B) | 30.41º | 0.62% | 0.93% | - |
| XYZ | 50 | 45.28 | 15.55 | - |
| YUV | 177.28 | 78.18 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 89 | 0 | 0.31 | 0.62 | 0.07 | 30.41 | 0.8 | 0.64 |
| Hex | ED | A4 | 59 | 0 | 1F | 3E | 7 | 1E | 50 | 40 |
| Octal | 355 | 244 | 131 | 0 | 37 | 76 | 7 | 36 | 120 | 100 |
| Binary | 11101101 | 10100100 | 1011001 | 0 | 11111 | 111110 | 111 | 11110 | 1010000 | 1000000 |
Color Harmonies of #EDA459
Complementary color
Monochromatic Colors of #EDA459
Black with #EDA459
Text Example
Text Example
White with #EDA459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA459; }
p { color: rgb(237,164,89); }
H1.HeaderClassName
{
color: #EDA459;
}
.AnyTagClassName
{
color: #EDA459;
}
</style>
background-color css
<style>
a { background-color: #EDA459; }
a { background-color: rgb(237,164,89); }
div.DivClassName
{
background-color: #EDA459;
}
.BgClassName
{
background-color: #EDA459;
}
</style>
border-color css
<style>
span { border-color: #EDA459; }
span { border-color: rgb(237,164,89); }
td.TdClassName
{
border-color: #EDA459;
}
.TagClassName
{
border-color: #EDA459;
}
</style>