Shades of Sandy Brown #ED9C65
Tints of Sandy Brown #ED9C65
RGB
CMYK
RGB Variations
Color information
#ED9C65 (or 0xED9C65) is known color: Sandy Brown. HEX triplet: ED, 9C and 65. RGB value is (237,156,101). Sum of RGB (Red+Green+Blue) = 237+156+101=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9C65 is #12639A. Grayscale: #AEAEAE. Windows color (decimal): -1205147 or 6659309. OLE color: 6659309.
HSL color Cylindrical-coordinate representation of color #ED9C65: hue angle of 24.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED9C65 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 101 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.07 |
| HSL | 24.26º | 0.79% | 0.66% | - |
| HSV(B) | 24.26º | 0.57% | 0.93% | - |
| XYZ | 49.16 | 42.72 | 17.97 | - |
| YUV | 173.95 | 86.84 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 101 | 0 | 0.34 | 0.57 | 0.07 | 24.26 | 0.79 | 0.66 |
| Hex | ED | 9C | 65 | 0 | 22 | 39 | 7 | 18 | 4F | 42 |
| Octal | 355 | 234 | 145 | 0 | 42 | 71 | 7 | 30 | 117 | 102 |
| Binary | 11101101 | 10011100 | 1100101 | 0 | 100010 | 111001 | 111 | 11000 | 1001111 | 1000010 |
Color Harmonies of #ED9C65
Complementary color
Monochromatic Colors of #ED9C65
Black with #ED9C65
Text Example
Text Example
White with #ED9C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9C65; }
p { color: rgb(237,156,101); }
H1.HeaderClassName
{
color: #ED9C65;
}
.AnyTagClassName
{
color: #ED9C65;
}
</style>
background-color css
<style>
a { background-color: #ED9C65; }
a { background-color: rgb(237,156,101); }
div.DivClassName
{
background-color: #ED9C65;
}
.BgClassName
{
background-color: #ED9C65;
}
</style>
border-color css
<style>
span { border-color: #ED9C65; }
span { border-color: rgb(237,156,101); }
td.TdClassName
{
border-color: #ED9C65;
}
.TagClassName
{
border-color: #ED9C65;
}
</style>