Shades of Sandy Brown #ED985C
Tints of Sandy Brown #ED985C
RGB
CMYK
RGB Variations
Color information
#ED985C (or 0xED985C) is known color: Sandy Brown. HEX triplet: ED, 98 and 5C. RGB value is (237,152,92). Sum of RGB (Red+Green+Blue) = 237+152+92=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED985C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED985C is #1267A3. Grayscale: #AAAAAA. Windows color (decimal): -1206180 or 6068461. OLE color: 6068461.
HSL color Cylindrical-coordinate representation of color #ED985C: hue angle of 24.83º 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 #ED985C is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 92 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.07 |
| HSL | 24.83º | 0.8% | 0.65% | - |
| HSV(B) | 24.83º | 0.61% | 0.93% | - |
| XYZ | 48.09 | 41.23 | 15.55 | - |
| YUV | 170.58 | 83.66 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 92 | 0 | 0.36 | 0.61 | 0.07 | 24.83 | 0.8 | 0.65 |
| Hex | ED | 98 | 5C | 0 | 24 | 3D | 7 | 19 | 50 | 41 |
| Octal | 355 | 230 | 134 | 0 | 44 | 75 | 7 | 31 | 120 | 101 |
| Binary | 11101101 | 10011000 | 1011100 | 0 | 100100 | 111101 | 111 | 11001 | 1010000 | 1000001 |
Color Harmonies of #ED985C
Complementary color
Monochromatic Colors of #ED985C
Black with #ED985C
Text Example
Text Example
White with #ED985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED985C; }
p { color: rgb(237,152,92); }
H1.HeaderClassName
{
color: #ED985C;
}
.AnyTagClassName
{
color: #ED985C;
}
</style>
background-color css
<style>
a { background-color: #ED985C; }
a { background-color: rgb(237,152,92); }
div.DivClassName
{
background-color: #ED985C;
}
.BgClassName
{
background-color: #ED985C;
}
</style>
border-color css
<style>
span { border-color: #ED985C; }
span { border-color: rgb(237,152,92); }
td.TdClassName
{
border-color: #ED985C;
}
.TagClassName
{
border-color: #ED985C;
}
</style>