Shades of Sandy Brown #EDA35A
Tints of Sandy Brown #EDA35A
RGB
CMYK
RGB Variations
Color information
#EDA35A (or 0xEDA35A) is known color: Sandy Brown. HEX triplet: ED, A3 and 5A. RGB value is (237,163,90). Sum of RGB (Red+Green+Blue) = 237+163+90=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA35A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA35A is #125CA5. Grayscale: #B1B1B1. Windows color (decimal): -1203366 or 5940205. OLE color: 5940205.
HSL color Cylindrical-coordinate representation of color #EDA35A: hue angle of 29.8º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDA35A is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 90 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.07 |
| HSL | 29.8º | 0.8% | 0.64% | - |
| HSV(B) | 29.8º | 0.62% | 0.93% | - |
| XYZ | 49.87 | 44.94 | 15.72 | - |
| YUV | 176.8 | 79.02 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 90 | 0 | 0.31 | 0.62 | 0.07 | 29.8 | 0.8 | 0.64 |
| Hex | ED | A3 | 5A | 0 | 1F | 3E | 7 | 1E | 50 | 40 |
| Octal | 355 | 243 | 132 | 0 | 37 | 76 | 7 | 36 | 120 | 100 |
| Binary | 11101101 | 10100011 | 1011010 | 0 | 11111 | 111110 | 111 | 11110 | 1010000 | 1000000 |
Color Harmonies of #EDA35A
Complementary color
Monochromatic Colors of #EDA35A
Black with #EDA35A
Text Example
Text Example
White with #EDA35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA35A; }
p { color: rgb(237,163,90); }
H1.HeaderClassName
{
color: #EDA35A;
}
.AnyTagClassName
{
color: #EDA35A;
}
</style>
background-color css
<style>
a { background-color: #EDA35A; }
a { background-color: rgb(237,163,90); }
div.DivClassName
{
background-color: #EDA35A;
}
.BgClassName
{
background-color: #EDA35A;
}
</style>
border-color css
<style>
span { border-color: #EDA35A; }
span { border-color: rgb(237,163,90); }
td.TdClassName
{
border-color: #EDA35A;
}
.TagClassName
{
border-color: #EDA35A;
}
</style>