Shades of Sandy Brown #EDA25D
Tints of Sandy Brown #EDA25D
RGB
CMYK
RGB Variations
Color information
#EDA25D (or 0xEDA25D) is known color: Sandy Brown. HEX triplet: ED, A2 and 5D. RGB value is (237,162,93). Sum of RGB (Red+Green+Blue) = 237+162+93=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA25D is #125DA2. Grayscale: #B0B0B0. Windows color (decimal): -1203619 or 6136557. OLE color: 6136557.
HSL color Cylindrical-coordinate representation of color #EDA25D: hue angle of 28.75º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDA25D is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 93 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.07 |
| HSL | 28.75º | 0.8% | 0.65% | - |
| HSV(B) | 28.75º | 0.61% | 0.93% | - |
| XYZ | 49.82 | 44.64 | 16.35 | - |
| YUV | 176.56 | 80.85 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 93 | 0 | 0.32 | 0.61 | 0.07 | 28.75 | 0.8 | 0.65 |
| Hex | ED | A2 | 5D | 0 | 20 | 3D | 7 | 1D | 50 | 41 |
| Octal | 355 | 242 | 135 | 0 | 40 | 75 | 7 | 35 | 120 | 101 |
| Binary | 11101101 | 10100010 | 1011101 | 0 | 100000 | 111101 | 111 | 11101 | 1010000 | 1000001 |
Color Harmonies of #EDA25D
Complementary color
Monochromatic Colors of #EDA25D
Black with #EDA25D
Text Example
Text Example
White with #EDA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA25D; }
p { color: rgb(237,162,93); }
H1.HeaderClassName
{
color: #EDA25D;
}
.AnyTagClassName
{
color: #EDA25D;
}
</style>
background-color css
<style>
a { background-color: #EDA25D; }
a { background-color: rgb(237,162,93); }
div.DivClassName
{
background-color: #EDA25D;
}
.BgClassName
{
background-color: #EDA25D;
}
</style>
border-color css
<style>
span { border-color: #EDA25D; }
span { border-color: rgb(237,162,93); }
td.TdClassName
{
border-color: #EDA25D;
}
.TagClassName
{
border-color: #EDA25D;
}
</style>