Shades of Sandy Brown #ED995D
Tints of Sandy Brown #ED995D
RGB
CMYK
RGB Variations
Color information
#ED995D (or 0xED995D) is known color: Sandy Brown. HEX triplet: ED, 99 and 5D. RGB value is (237,153,93). Sum of RGB (Red+Green+Blue) = 237+153+93=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED995D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED995D is #1266A2. Grayscale: #ABABAB. Windows color (decimal): -1205923 or 6134253. OLE color: 6134253.
HSL color Cylindrical-coordinate representation of color #ED995D: hue angle of 25º 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 #ED995D is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 93 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.07 |
| HSL | 25º | 0.8% | 0.65% | - |
| HSV(B) | 25º | 0.61% | 0.93% | - |
| XYZ | 48.29 | 41.58 | 15.84 | - |
| YUV | 171.28 | 83.83 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 93 | 0 | 0.35 | 0.61 | 0.07 | 25 | 0.8 | 0.65 |
| Hex | ED | 99 | 5D | 0 | 23 | 3D | 7 | 19 | 50 | 41 |
| Octal | 355 | 231 | 135 | 0 | 43 | 75 | 7 | 31 | 120 | 101 |
| Binary | 11101101 | 10011001 | 1011101 | 0 | 100011 | 111101 | 111 | 11001 | 1010000 | 1000001 |
Color Harmonies of #ED995D
Complementary color
Monochromatic Colors of #ED995D
Black with #ED995D
Text Example
Text Example
White with #ED995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED995D; }
p { color: rgb(237,153,93); }
H1.HeaderClassName
{
color: #ED995D;
}
.AnyTagClassName
{
color: #ED995D;
}
</style>
background-color css
<style>
a { background-color: #ED995D; }
a { background-color: rgb(237,153,93); }
div.DivClassName
{
background-color: #ED995D;
}
.BgClassName
{
background-color: #ED995D;
}
</style>
border-color css
<style>
span { border-color: #ED995D; }
span { border-color: rgb(237,153,93); }
td.TdClassName
{
border-color: #ED995D;
}
.TagClassName
{
border-color: #ED995D;
}
</style>