Shades of Sandy Brown #EDA362
Tints of Sandy Brown #EDA362
RGB
CMYK
RGB Variations
Color information
#EDA362 (or 0xEDA362) is known color: Sandy Brown. HEX triplet: ED, A3 and 62. RGB value is (237,163,98). Sum of RGB (Red+Green+Blue) = 237+163+98=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA362 is #125C9D. Grayscale: #B2B2B2. Windows color (decimal): -1203358 or 6464493. OLE color: 6464493.
HSL color Cylindrical-coordinate representation of color #EDA362: hue angle of 28.06º 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 #EDA362 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 98 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.07 |
| HSL | 28.06º | 0.79% | 0.66% | - |
| HSV(B) | 28.06º | 0.59% | 0.93% | - |
| XYZ | 50.23 | 45.08 | 17.61 | - |
| YUV | 177.72 | 83.02 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 98 | 0 | 0.31 | 0.59 | 0.07 | 28.06 | 0.79 | 0.66 |
| Hex | ED | A3 | 62 | 0 | 1F | 3B | 7 | 1C | 4F | 42 |
| Octal | 355 | 243 | 142 | 0 | 37 | 73 | 7 | 34 | 117 | 102 |
| Binary | 11101101 | 10100011 | 1100010 | 0 | 11111 | 111011 | 111 | 11100 | 1001111 | 1000010 |
Color Harmonies of #EDA362
Complementary color
Monochromatic Colors of #EDA362
Black with #EDA362
Text Example
Text Example
White with #EDA362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA362; }
p { color: rgb(237,163,98); }
H1.HeaderClassName
{
color: #EDA362;
}
.AnyTagClassName
{
color: #EDA362;
}
</style>
background-color css
<style>
a { background-color: #EDA362; }
a { background-color: rgb(237,163,98); }
div.DivClassName
{
background-color: #EDA362;
}
.BgClassName
{
background-color: #EDA362;
}
</style>
border-color css
<style>
span { border-color: #EDA362; }
span { border-color: rgb(237,163,98); }
td.TdClassName
{
border-color: #EDA362;
}
.TagClassName
{
border-color: #EDA362;
}
</style>