Shades of Sandy Brown #EDA153
Tints of Sandy Brown #EDA153
RGB
CMYK
RGB Variations
Color information
#EDA153 (or 0xEDA153) is known color: Sandy Brown. HEX triplet: ED, A1 and 53. RGB value is (237,161,83). Sum of RGB (Red+Green+Blue) = 237+161+83=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA153 is #125EAC. Grayscale: #AFAFAF. Windows color (decimal): -1203885 or 5480941. OLE color: 5480941.
HSL color Cylindrical-coordinate representation of color #EDA153: hue angle of 30.39º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDA153 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 83 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.07 |
| HSL | 30.39º | 0.81% | 0.63% | - |
| HSV(B) | 30.39º | 0.65% | 0.93% | - |
| XYZ | 49.23 | 44.12 | 14.1 | - |
| YUV | 174.83 | 76.18 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 83 | 0 | 0.32 | 0.65 | 0.07 | 30.39 | 0.81 | 0.63 |
| Hex | ED | A1 | 53 | 0 | 20 | 41 | 7 | 1E | 51 | 3F |
| Octal | 355 | 241 | 123 | 0 | 40 | 101 | 7 | 36 | 121 | 77 |
| Binary | 11101101 | 10100001 | 1010011 | 0 | 100000 | 1000001 | 111 | 11110 | 1010001 | 111111 |
Color Harmonies of #EDA153
Complementary color
Monochromatic Colors of #EDA153
Black with #EDA153
Text Example
Text Example
White with #EDA153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA153; }
p { color: rgb(237,161,83); }
H1.HeaderClassName
{
color: #EDA153;
}
.AnyTagClassName
{
color: #EDA153;
}
</style>
background-color css
<style>
a { background-color: #EDA153; }
a { background-color: rgb(237,161,83); }
div.DivClassName
{
background-color: #EDA153;
}
.BgClassName
{
background-color: #EDA153;
}
</style>
border-color css
<style>
span { border-color: #EDA153; }
span { border-color: rgb(237,161,83); }
td.TdClassName
{
border-color: #EDA153;
}
.TagClassName
{
border-color: #EDA153;
}
</style>