Shades of Sandy Brown #EDAD62
Tints of Sandy Brown #EDAD62
RGB
CMYK
RGB Variations
Color information
#EDAD62 (or 0xEDAD62) is known color: Sandy Brown. HEX triplet: ED, AD and 62. RGB value is (237,173,98). Sum of RGB (Red+Green+Blue) = 237+173+98=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD62 is #12529D. Grayscale: #B7B7B7. Windows color (decimal): -1200798 or 6467053. OLE color: 6467053.
HSL color Cylindrical-coordinate representation of color #EDAD62: hue angle of 32.37º 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 #EDAD62 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 98 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.07 |
| HSL | 32.37º | 0.79% | 0.66% | - |
| HSV(B) | 32.37º | 0.59% | 0.93% | - |
| XYZ | 52.07 | 48.77 | 18.22 | - |
| YUV | 183.59 | 79.7 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 98 | 0 | 0.27 | 0.59 | 0.07 | 32.37 | 0.79 | 0.66 |
| Hex | ED | AD | 62 | 0 | 1B | 3B | 7 | 20 | 4F | 42 |
| Octal | 355 | 255 | 142 | 0 | 33 | 73 | 7 | 40 | 117 | 102 |
| Binary | 11101101 | 10101101 | 1100010 | 0 | 11011 | 111011 | 111 | 100000 | 1001111 | 1000010 |
Color Harmonies of #EDAD62
Complementary color
Monochromatic Colors of #EDAD62
Black with #EDAD62
Text Example
Text Example
White with #EDAD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD62; }
p { color: rgb(237,173,98); }
H1.HeaderClassName
{
color: #EDAD62;
}
.AnyTagClassName
{
color: #EDAD62;
}
</style>
background-color css
<style>
a { background-color: #EDAD62; }
a { background-color: rgb(237,173,98); }
div.DivClassName
{
background-color: #EDAD62;
}
.BgClassName
{
background-color: #EDAD62;
}
</style>
border-color css
<style>
span { border-color: #EDAD62; }
span { border-color: rgb(237,173,98); }
td.TdClassName
{
border-color: #EDAD62;
}
.TagClassName
{
border-color: #EDAD62;
}
</style>