Shades of Sandy Brown #EDA563
Tints of Sandy Brown #EDA563
RGB
CMYK
RGB Variations
Color information
#EDA563 (or 0xEDA563) is known color: Sandy Brown. HEX triplet: ED, A5 and 63. RGB value is (237,165,99). Sum of RGB (Red+Green+Blue) = 237+165+99=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA563 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA563 is #125A9C. Grayscale: #B3B3B3. Windows color (decimal): -1202845 or 6530541. OLE color: 6530541.
HSL color Cylindrical-coordinate representation of color #EDA563: hue angle of 28.7º 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 #EDA563 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 99 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.07 |
| HSL | 28.7º | 0.79% | 0.66% | - |
| HSV(B) | 28.7º | 0.58% | 0.93% | - |
| XYZ | 50.63 | 45.82 | 17.98 | - |
| YUV | 179 | 82.85 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 99 | 0 | 0.30 | 0.58 | 0.07 | 28.7 | 0.79 | 0.66 |
| Hex | ED | A5 | 63 | 0 | 1E | 3A | 7 | 1D | 4F | 42 |
| Octal | 355 | 245 | 143 | 0 | 36 | 72 | 7 | 35 | 117 | 102 |
| Binary | 11101101 | 10100101 | 1100011 | 0 | 11110 | 111010 | 111 | 11101 | 1001111 | 1000010 |
Color Harmonies of #EDA563
Complementary color
Monochromatic Colors of #EDA563
Black with #EDA563
Text Example
Text Example
White with #EDA563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA563; }
p { color: rgb(237,165,99); }
H1.HeaderClassName
{
color: #EDA563;
}
.AnyTagClassName
{
color: #EDA563;
}
</style>
background-color css
<style>
a { background-color: #EDA563; }
a { background-color: rgb(237,165,99); }
div.DivClassName
{
background-color: #EDA563;
}
.BgClassName
{
background-color: #EDA563;
}
</style>
border-color css
<style>
span { border-color: #EDA563; }
span { border-color: rgb(237,165,99); }
td.TdClassName
{
border-color: #EDA563;
}
.TagClassName
{
border-color: #EDA563;
}
</style>