Shades of Sandy Brown #EDA562
Tints of Sandy Brown #EDA562
RGB
CMYK
RGB Variations
Color information
#EDA562 (or 0xEDA562) is known color: Sandy Brown. HEX triplet: ED, A5 and 62. RGB value is (237,165,98). Sum of RGB (Red+Green+Blue) = 237+165+98=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA562 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA562 is #125A9D. Grayscale: #B3B3B3. Windows color (decimal): -1202846 or 6465005. OLE color: 6465005.
HSL color Cylindrical-coordinate representation of color #EDA562: hue angle of 28.92º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDA562 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 98 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.07 |
| HSL | 28.92º | 0.79% | 0.66% | - |
| HSV(B) | 28.92º | 0.59% | 0.93% | - |
| XYZ | 50.58 | 45.8 | 17.73 | - |
| YUV | 178.89 | 82.35 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 98 | 0 | 0.30 | 0.59 | 0.07 | 28.92 | 0.79 | 0.66 |
| Hex | ED | A5 | 62 | 0 | 1E | 3B | 7 | 1D | 4F | 42 |
| Octal | 355 | 245 | 142 | 0 | 36 | 73 | 7 | 35 | 117 | 102 |
| Binary | 11101101 | 10100101 | 1100010 | 0 | 11110 | 111011 | 111 | 11101 | 1001111 | 1000010 |
Color Harmonies of #EDA562
Complementary color
Monochromatic Colors of #EDA562
Black with #EDA562
Text Example
Text Example
White with #EDA562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA562; }
p { color: rgb(237,165,98); }
H1.HeaderClassName
{
color: #EDA562;
}
.AnyTagClassName
{
color: #EDA562;
}
</style>
background-color css
<style>
a { background-color: #EDA562; }
a { background-color: rgb(237,165,98); }
div.DivClassName
{
background-color: #EDA562;
}
.BgClassName
{
background-color: #EDA562;
}
</style>
border-color css
<style>
span { border-color: #EDA562; }
span { border-color: rgb(237,165,98); }
td.TdClassName
{
border-color: #EDA562;
}
.TagClassName
{
border-color: #EDA562;
}
</style>