Shades of Sandy Brown #EDA064
Tints of Sandy Brown #EDA064
RGB
CMYK
RGB Variations
Color information
#EDA064 (or 0xEDA064) is known color: Sandy Brown. HEX triplet: ED, A0 and 64. RGB value is (237,160,100). Sum of RGB (Red+Green+Blue) = 237+160+100=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA064 is #125F9B. Grayscale: #B0B0B0. Windows color (decimal): -1204124 or 6594797. OLE color: 6594797.
HSL color Cylindrical-coordinate representation of color #EDA064: hue angle of 26.28º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDA064 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 100 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.07 |
| HSL | 26.28º | 0.79% | 0.66% | - |
| HSV(B) | 26.28º | 0.58% | 0.93% | - |
| XYZ | 49.8 | 44.07 | 17.94 | - |
| YUV | 176.18 | 85.01 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 100 | 0 | 0.32 | 0.58 | 0.07 | 26.28 | 0.79 | 0.66 |
| Hex | ED | A0 | 64 | 0 | 20 | 3A | 7 | 1A | 4F | 42 |
| Octal | 355 | 240 | 144 | 0 | 40 | 72 | 7 | 32 | 117 | 102 |
| Binary | 11101101 | 10100000 | 1100100 | 0 | 100000 | 111010 | 111 | 11010 | 1001111 | 1000010 |
Color Harmonies of #EDA064
Complementary color
Monochromatic Colors of #EDA064
Black with #EDA064
Text Example
Text Example
White with #EDA064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA064; }
p { color: rgb(237,160,100); }
H1.HeaderClassName
{
color: #EDA064;
}
.AnyTagClassName
{
color: #EDA064;
}
</style>
background-color css
<style>
a { background-color: #EDA064; }
a { background-color: rgb(237,160,100); }
div.DivClassName
{
background-color: #EDA064;
}
.BgClassName
{
background-color: #EDA064;
}
</style>
border-color css
<style>
span { border-color: #EDA064; }
span { border-color: rgb(237,160,100); }
td.TdClassName
{
border-color: #EDA064;
}
.TagClassName
{
border-color: #EDA064;
}
</style>