Shades of Sandy Brown #EDA463
Tints of Sandy Brown #EDA463
RGB
CMYK
RGB Variations
Color information
#EDA463 (or 0xEDA463) is known color: Sandy Brown. HEX triplet: ED, A4 and 63. RGB value is (237,164,99). Sum of RGB (Red+Green+Blue) = 237+164+99=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA463 is #125B9C. Grayscale: #B2B2B2. Windows color (decimal): -1203101 or 6530285. OLE color: 6530285.
HSL color Cylindrical-coordinate representation of color #EDA463: hue angle of 28.26º 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 #EDA463 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 99 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.07 |
| HSL | 28.26º | 0.79% | 0.66% | - |
| HSV(B) | 28.26º | 0.58% | 0.93% | - |
| XYZ | 50.45 | 45.46 | 17.92 | - |
| YUV | 178.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 99 | 0 | 0.31 | 0.58 | 0.07 | 28.26 | 0.79 | 0.66 |
| Hex | ED | A4 | 63 | 0 | 1F | 3A | 7 | 1C | 4F | 42 |
| Octal | 355 | 244 | 143 | 0 | 37 | 72 | 7 | 34 | 117 | 102 |
| Binary | 11101101 | 10100100 | 1100011 | 0 | 11111 | 111010 | 111 | 11100 | 1001111 | 1000010 |
Color Harmonies of #EDA463
Complementary color
Monochromatic Colors of #EDA463
Black with #EDA463
Text Example
Text Example
White with #EDA463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA463; }
p { color: rgb(237,164,99); }
H1.HeaderClassName
{
color: #EDA463;
}
.AnyTagClassName
{
color: #EDA463;
}
</style>
background-color css
<style>
a { background-color: #EDA463; }
a { background-color: rgb(237,164,99); }
div.DivClassName
{
background-color: #EDA463;
}
.BgClassName
{
background-color: #EDA463;
}
</style>
border-color css
<style>
span { border-color: #EDA463; }
span { border-color: rgb(237,164,99); }
td.TdClassName
{
border-color: #EDA463;
}
.TagClassName
{
border-color: #EDA463;
}
</style>