Shades of Sandy Brown #EDA262
Tints of Sandy Brown #EDA262
RGB
CMYK
RGB Variations
Color information
#EDA262 (or 0xEDA262) is known color: Sandy Brown. HEX triplet: ED, A2 and 62. RGB value is (237,162,98). Sum of RGB (Red+Green+Blue) = 237+162+98=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA262 is #125D9D. Grayscale: #B1B1B1. Windows color (decimal): -1203614 or 6464237. OLE color: 6464237.
HSL color Cylindrical-coordinate representation of color #EDA262: hue angle of 27.63º 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 #EDA262 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 98 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.07 |
| HSL | 27.63º | 0.79% | 0.66% | - |
| HSV(B) | 27.63º | 0.59% | 0.93% | - |
| XYZ | 50.05 | 44.73 | 17.55 | - |
| YUV | 177.13 | 83.35 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 98 | 0 | 0.32 | 0.59 | 0.07 | 27.63 | 0.79 | 0.66 |
| Hex | ED | A2 | 62 | 0 | 20 | 3B | 7 | 1C | 4F | 42 |
| Octal | 355 | 242 | 142 | 0 | 40 | 73 | 7 | 34 | 117 | 102 |
| Binary | 11101101 | 10100010 | 1100010 | 0 | 100000 | 111011 | 111 | 11100 | 1001111 | 1000010 |
Color Harmonies of #EDA262
Complementary color
Monochromatic Colors of #EDA262
Black with #EDA262
Text Example
Text Example
White with #EDA262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA262; }
p { color: rgb(237,162,98); }
H1.HeaderClassName
{
color: #EDA262;
}
.AnyTagClassName
{
color: #EDA262;
}
</style>
background-color css
<style>
a { background-color: #EDA262; }
a { background-color: rgb(237,162,98); }
div.DivClassName
{
background-color: #EDA262;
}
.BgClassName
{
background-color: #EDA262;
}
</style>
border-color css
<style>
span { border-color: #EDA262; }
span { border-color: rgb(237,162,98); }
td.TdClassName
{
border-color: #EDA262;
}
.TagClassName
{
border-color: #EDA262;
}
</style>