Shades of Sandy Brown #EDA15B
Tints of Sandy Brown #EDA15B
RGB
CMYK
RGB Variations
Color information
#EDA15B (or 0xEDA15B) is known color: Sandy Brown. HEX triplet: ED, A1 and 5B. RGB value is (237,161,91). Sum of RGB (Red+Green+Blue) = 237+161+91=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA15B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA15B is #125EA4. Grayscale: #B0B0B0. Windows color (decimal): -1203877 or 6005229. OLE color: 6005229.
HSL color Cylindrical-coordinate representation of color #EDA15B: hue angle of 28.77º 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 #EDA15B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 91 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.07 |
| HSL | 28.77º | 0.8% | 0.64% | - |
| HSV(B) | 28.77º | 0.62% | 0.93% | - |
| XYZ | 49.56 | 44.25 | 15.83 | - |
| YUV | 175.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 91 | 0 | 0.32 | 0.62 | 0.07 | 28.77 | 0.8 | 0.64 |
| Hex | ED | A1 | 5B | 0 | 20 | 3E | 7 | 1D | 50 | 40 |
| Octal | 355 | 241 | 133 | 0 | 40 | 76 | 7 | 35 | 120 | 100 |
| Binary | 11101101 | 10100001 | 1011011 | 0 | 100000 | 111110 | 111 | 11101 | 1010000 | 1000000 |
Color Harmonies of #EDA15B
Complementary color
Monochromatic Colors of #EDA15B
Black with #EDA15B
Text Example
Text Example
White with #EDA15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA15B; }
p { color: rgb(237,161,91); }
H1.HeaderClassName
{
color: #EDA15B;
}
.AnyTagClassName
{
color: #EDA15B;
}
</style>
background-color css
<style>
a { background-color: #EDA15B; }
a { background-color: rgb(237,161,91); }
div.DivClassName
{
background-color: #EDA15B;
}
.BgClassName
{
background-color: #EDA15B;
}
</style>
border-color css
<style>
span { border-color: #EDA15B; }
span { border-color: rgb(237,161,91); }
td.TdClassName
{
border-color: #EDA15B;
}
.TagClassName
{
border-color: #EDA15B;
}
</style>