Shades of Sandy Brown #EDA962
Tints of Sandy Brown #EDA962
RGB
CMYK
RGB Variations
Color information
#EDA962 (or 0xEDA962) is known color: Sandy Brown. HEX triplet: ED, A9 and 62. RGB value is (237,169,98). Sum of RGB (Red+Green+Blue) = 237+169+98=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA962 is #12569D. Grayscale: #B5B5B5. Windows color (decimal): -1201822 or 6466029. OLE color: 6466029.
HSL color Cylindrical-coordinate representation of color #EDA962: hue angle of 30.65º 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 #EDA962 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 98 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.07 |
| HSL | 30.65º | 0.79% | 0.66% | - |
| HSV(B) | 30.65º | 0.59% | 0.93% | - |
| XYZ | 51.32 | 47.26 | 17.97 | - |
| YUV | 181.24 | 81.03 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 98 | 0 | 0.29 | 0.59 | 0.07 | 30.65 | 0.79 | 0.66 |
| Hex | ED | A9 | 62 | 0 | 1D | 3B | 7 | 1F | 4F | 42 |
| Octal | 355 | 251 | 142 | 0 | 35 | 73 | 7 | 37 | 117 | 102 |
| Binary | 11101101 | 10101001 | 1100010 | 0 | 11101 | 111011 | 111 | 11111 | 1001111 | 1000010 |
Color Harmonies of #EDA962
Complementary color
Monochromatic Colors of #EDA962
Black with #EDA962
Text Example
Text Example
White with #EDA962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA962; }
p { color: rgb(237,169,98); }
H1.HeaderClassName
{
color: #EDA962;
}
.AnyTagClassName
{
color: #EDA962;
}
</style>
background-color css
<style>
a { background-color: #EDA962; }
a { background-color: rgb(237,169,98); }
div.DivClassName
{
background-color: #EDA962;
}
.BgClassName
{
background-color: #EDA962;
}
</style>
border-color css
<style>
span { border-color: #EDA962; }
span { border-color: rgb(237,169,98); }
td.TdClassName
{
border-color: #EDA962;
}
.TagClassName
{
border-color: #EDA962;
}
</style>