Shades of Sandy Brown #EDA963
Tints of Sandy Brown #EDA963
RGB
CMYK
RGB Variations
Color information
#EDA963 (or 0xEDA963) is known color: Sandy Brown. HEX triplet: ED, A9 and 63. RGB value is (237,169,99). Sum of RGB (Red+Green+Blue) = 237+169+99=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA963 is #12569C. Grayscale: #B5B5B5. Windows color (decimal): -1201821 or 6531565. OLE color: 6531565.
HSL color Cylindrical-coordinate representation of color #EDA963: hue angle of 30.43º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDA963 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 99 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.07 |
| HSL | 30.43º | 0.79% | 0.66% | - |
| HSV(B) | 30.43º | 0.58% | 0.93% | - |
| XYZ | 51.37 | 47.28 | 18.22 | - |
| YUV | 181.35 | 81.53 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 99 | 0 | 0.29 | 0.58 | 0.07 | 30.43 | 0.79 | 0.66 |
| Hex | ED | A9 | 63 | 0 | 1D | 3A | 7 | 1E | 4F | 42 |
| Octal | 355 | 251 | 143 | 0 | 35 | 72 | 7 | 36 | 117 | 102 |
| Binary | 11101101 | 10101001 | 1100011 | 0 | 11101 | 111010 | 111 | 11110 | 1001111 | 1000010 |
Color Harmonies of #EDA963
Complementary color
Monochromatic Colors of #EDA963
Black with #EDA963
Text Example
Text Example
White with #EDA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA963; }
p { color: rgb(237,169,99); }
H1.HeaderClassName
{
color: #EDA963;
}
.AnyTagClassName
{
color: #EDA963;
}
</style>
background-color css
<style>
a { background-color: #EDA963; }
a { background-color: rgb(237,169,99); }
div.DivClassName
{
background-color: #EDA963;
}
.BgClassName
{
background-color: #EDA963;
}
</style>
border-color css
<style>
span { border-color: #EDA963; }
span { border-color: rgb(237,169,99); }
td.TdClassName
{
border-color: #EDA963;
}
.TagClassName
{
border-color: #EDA963;
}
</style>