Shades of Sandy Brown #ED9958
Tints of Sandy Brown #ED9958
RGB
CMYK
RGB Variations
Color information
#ED9958 (or 0xED9958) is known color: Sandy Brown. HEX triplet: ED, 99 and 58. RGB value is (237,153,88). Sum of RGB (Red+Green+Blue) = 237+153+88=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 88 (34.77% from 255 or 18.41% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9958 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9958 is #1266A7. Grayscale: #ABABAB. Windows color (decimal): -1205928 or 5806573. OLE color: 5806573.
HSL color Cylindrical-coordinate representation of color #ED9958: hue angle of 26.17º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED9958 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 88 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.07 |
| HSL | 26.17º | 0.81% | 0.64% | - |
| HSV(B) | 26.17º | 0.63% | 0.93% | - |
| XYZ | 48.08 | 41.49 | 14.71 | - |
| YUV | 170.71 | 81.33 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 88 | 0 | 0.35 | 0.63 | 0.07 | 26.17 | 0.81 | 0.64 |
| Hex | ED | 99 | 58 | 0 | 23 | 3F | 7 | 1A | 51 | 40 |
| Octal | 355 | 231 | 130 | 0 | 43 | 77 | 7 | 32 | 121 | 100 |
| Binary | 11101101 | 10011001 | 1011000 | 0 | 100011 | 111111 | 111 | 11010 | 1010001 | 1000000 |
Color Harmonies of #ED9958
Complementary color
Monochromatic Colors of #ED9958
Black with #ED9958
Text Example
Text Example
White with #ED9958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9958; }
p { color: rgb(237,153,88); }
H1.HeaderClassName
{
color: #ED9958;
}
.AnyTagClassName
{
color: #ED9958;
}
</style>
background-color css
<style>
a { background-color: #ED9958; }
a { background-color: rgb(237,153,88); }
div.DivClassName
{
background-color: #ED9958;
}
.BgClassName
{
background-color: #ED9958;
}
</style>
border-color css
<style>
span { border-color: #ED9958; }
span { border-color: rgb(237,153,88); }
td.TdClassName
{
border-color: #ED9958;
}
.TagClassName
{
border-color: #ED9958;
}
</style>