Shades of Sandy Brown #EDA46C
Tints of Sandy Brown #EDA46C
RGB
CMYK
RGB Variations
Color information
#EDA46C (or 0xEDA46C) is known color: Sandy Brown. HEX triplet: ED, A4 and 6C. RGB value is (237,164,108). Sum of RGB (Red+Green+Blue) = 237+164+108=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA46C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA46C is #125B93. Grayscale: #B3B3B3. Windows color (decimal): -1203092 or 7120109. OLE color: 7120109.
HSL color Cylindrical-coordinate representation of color #EDA46C: hue angle of 26.05º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDA46C is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 108 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.07 |
| HSL | 26.05º | 0.78% | 0.68% | - |
| HSV(B) | 26.05º | 0.54% | 0.93% | - |
| XYZ | 50.91 | 45.64 | 20.31 | - |
| YUV | 179.44 | 87.68 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 108 | 0 | 0.31 | 0.54 | 0.07 | 26.05 | 0.78 | 0.68 |
| Hex | ED | A4 | 6C | 0 | 1F | 36 | 7 | 1A | 4E | 44 |
| Octal | 355 | 244 | 154 | 0 | 37 | 66 | 7 | 32 | 116 | 104 |
| Binary | 11101101 | 10100100 | 1101100 | 0 | 11111 | 110110 | 111 | 11010 | 1001110 | 1000100 |
Color Harmonies of #EDA46C
Complementary color
Monochromatic Colors of #EDA46C
Black with #EDA46C
Text Example
Text Example
White with #EDA46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA46C; }
p { color: rgb(237,164,108); }
H1.HeaderClassName
{
color: #EDA46C;
}
.AnyTagClassName
{
color: #EDA46C;
}
</style>
background-color css
<style>
a { background-color: #EDA46C; }
a { background-color: rgb(237,164,108); }
div.DivClassName
{
background-color: #EDA46C;
}
.BgClassName
{
background-color: #EDA46C;
}
</style>
border-color css
<style>
span { border-color: #EDA46C; }
span { border-color: rgb(237,164,108); }
td.TdClassName
{
border-color: #EDA46C;
}
.TagClassName
{
border-color: #EDA46C;
}
</style>