Shades of Sandy Brown #EDA45C
Tints of Sandy Brown #EDA45C
RGB
CMYK
RGB Variations
Color information
#EDA45C (or 0xEDA45C) is known color: Sandy Brown. HEX triplet: ED, A4 and 5C. RGB value is (237,164,92). Sum of RGB (Red+Green+Blue) = 237+164+92=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA45C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA45C is #125BA3. Grayscale: #B1B1B1. Windows color (decimal): -1203108 or 6071533. OLE color: 6071533.
HSL color Cylindrical-coordinate representation of color #EDA45C: hue angle of 29.79º 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 #EDA45C is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 92 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.07 |
| HSL | 29.79º | 0.8% | 0.65% | - |
| HSV(B) | 29.79º | 0.61% | 0.93% | - |
| XYZ | 50.13 | 45.33 | 16.23 | - |
| YUV | 177.62 | 79.68 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 92 | 0 | 0.31 | 0.61 | 0.07 | 29.79 | 0.8 | 0.65 |
| Hex | ED | A4 | 5C | 0 | 1F | 3D | 7 | 1E | 50 | 41 |
| Octal | 355 | 244 | 134 | 0 | 37 | 75 | 7 | 36 | 120 | 101 |
| Binary | 11101101 | 10100100 | 1011100 | 0 | 11111 | 111101 | 111 | 11110 | 1010000 | 1000001 |
Color Harmonies of #EDA45C
Complementary color
Monochromatic Colors of #EDA45C
Black with #EDA45C
Text Example
Text Example
White with #EDA45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA45C; }
p { color: rgb(237,164,92); }
H1.HeaderClassName
{
color: #EDA45C;
}
.AnyTagClassName
{
color: #EDA45C;
}
</style>
background-color css
<style>
a { background-color: #EDA45C; }
a { background-color: rgb(237,164,92); }
div.DivClassName
{
background-color: #EDA45C;
}
.BgClassName
{
background-color: #EDA45C;
}
</style>
border-color css
<style>
span { border-color: #EDA45C; }
span { border-color: rgb(237,164,92); }
td.TdClassName
{
border-color: #EDA45C;
}
.TagClassName
{
border-color: #EDA45C;
}
</style>