Shades of Sandy Brown #EDA35B
Tints of Sandy Brown #EDA35B
RGB
CMYK
RGB Variations
Color information
#EDA35B (or 0xEDA35B) is known color: Sandy Brown. HEX triplet: ED, A3 and 5B. RGB value is (237,163,91). Sum of RGB (Red+Green+Blue) = 237+163+91=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA35B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA35B is #125CA4. Grayscale: #B1B1B1. Windows color (decimal): -1203365 or 6005741. OLE color: 6005741.
HSL color Cylindrical-coordinate representation of color #EDA35B: hue angle of 29.59º 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 #EDA35B is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 91 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.07 |
| HSL | 29.59º | 0.8% | 0.64% | - |
| HSV(B) | 29.59º | 0.62% | 0.93% | - |
| XYZ | 49.91 | 44.95 | 15.94 | - |
| YUV | 176.92 | 79.52 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 91 | 0 | 0.31 | 0.62 | 0.07 | 29.59 | 0.8 | 0.64 |
| Hex | ED | A3 | 5B | 0 | 1F | 3E | 7 | 1E | 50 | 40 |
| Octal | 355 | 243 | 133 | 0 | 37 | 76 | 7 | 36 | 120 | 100 |
| Binary | 11101101 | 10100011 | 1011011 | 0 | 11111 | 111110 | 111 | 11110 | 1010000 | 1000000 |
Color Harmonies of #EDA35B
Complementary color
Monochromatic Colors of #EDA35B
Black with #EDA35B
Text Example
Text Example
White with #EDA35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA35B; }
p { color: rgb(237,163,91); }
H1.HeaderClassName
{
color: #EDA35B;
}
.AnyTagClassName
{
color: #EDA35B;
}
</style>
background-color css
<style>
a { background-color: #EDA35B; }
a { background-color: rgb(237,163,91); }
div.DivClassName
{
background-color: #EDA35B;
}
.BgClassName
{
background-color: #EDA35B;
}
</style>
border-color css
<style>
span { border-color: #EDA35B; }
span { border-color: rgb(237,163,91); }
td.TdClassName
{
border-color: #EDA35B;
}
.TagClassName
{
border-color: #EDA35B;
}
</style>