Shades of Sandy Brown #ED955D
Tints of Sandy Brown #ED955D
RGB
CMYK
RGB Variations
Color information
#ED955D (or 0xED955D) is known color: Sandy Brown. HEX triplet: ED, 95 and 5D. RGB value is (237,149,93). Sum of RGB (Red+Green+Blue) = 237+149+93=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED955D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED955D is #126AA2. Grayscale: #A9A9A9. Windows color (decimal): -1206947 or 6133229. OLE color: 6133229.
HSL color Cylindrical-coordinate representation of color #ED955D: hue angle of 23.33º 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 #ED955D is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 93 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.07 |
| HSL | 23.33º | 0.8% | 0.65% | - |
| HSV(B) | 23.33º | 0.61% | 0.93% | - |
| XYZ | 47.65 | 40.29 | 15.62 | - |
| YUV | 168.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 93 | 0 | 0.37 | 0.61 | 0.07 | 23.33 | 0.8 | 0.65 |
| Hex | ED | 95 | 5D | 0 | 25 | 3D | 7 | 17 | 50 | 41 |
| Octal | 355 | 225 | 135 | 0 | 45 | 75 | 7 | 27 | 120 | 101 |
| Binary | 11101101 | 10010101 | 1011101 | 0 | 100101 | 111101 | 111 | 10111 | 1010000 | 1000001 |
Color Harmonies of #ED955D
Complementary color
Monochromatic Colors of #ED955D
Black with #ED955D
Text Example
Text Example
White with #ED955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED955D; }
p { color: rgb(237,149,93); }
H1.HeaderClassName
{
color: #ED955D;
}
.AnyTagClassName
{
color: #ED955D;
}
</style>
background-color css
<style>
a { background-color: #ED955D; }
a { background-color: rgb(237,149,93); }
div.DivClassName
{
background-color: #ED955D;
}
.BgClassName
{
background-color: #ED955D;
}
</style>
border-color css
<style>
span { border-color: #ED955D; }
span { border-color: rgb(237,149,93); }
td.TdClassName
{
border-color: #ED955D;
}
.TagClassName
{
border-color: #ED955D;
}
</style>