Shades of Sandy Brown #EF985D
Tints of Sandy Brown #EF985D
RGB
CMYK
RGB Variations
Color information
#EF985D (or 0xEF985D) is known color: Sandy Brown. HEX triplet: EF, 98 and 5D. RGB value is (239,152,93). Sum of RGB (Red+Green+Blue) = 239+152+93=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF985D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF985D is #1067A2. Grayscale: #ABABAB. Windows color (decimal): -1075107 or 6133999. OLE color: 6133999.
HSL color Cylindrical-coordinate representation of color #EF985D: hue angle of 24.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF985D is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 93 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.06 |
| HSL | 24.25º | 0.82% | 0.65% | - |
| HSV(B) | 24.25º | 0.61% | 0.94% | - |
| XYZ | 48.8 | 41.6 | 15.81 | - |
| YUV | 171.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 93 | 0 | 0.36 | 0.61 | 0.06 | 24.25 | 0.82 | 0.65 |
| Hex | EF | 98 | 5D | 0 | 24 | 3D | 6 | 18 | 52 | 41 |
| Octal | 357 | 230 | 135 | 0 | 44 | 75 | 6 | 30 | 122 | 101 |
| Binary | 11101111 | 10011000 | 1011101 | 0 | 100100 | 111101 | 110 | 11000 | 1010010 | 1000001 |
Color Harmonies of #EF985D
Complementary color
Monochromatic Colors of #EF985D
Black with #EF985D
Text Example
Text Example
White with #EF985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF985D; }
p { color: rgb(239,152,93); }
H1.HeaderClassName
{
color: #EF985D;
}
.AnyTagClassName
{
color: #EF985D;
}
</style>
background-color css
<style>
a { background-color: #EF985D; }
a { background-color: rgb(239,152,93); }
div.DivClassName
{
background-color: #EF985D;
}
.BgClassName
{
background-color: #EF985D;
}
</style>
border-color css
<style>
span { border-color: #EF985D; }
span { border-color: rgb(239,152,93); }
td.TdClassName
{
border-color: #EF985D;
}
.TagClassName
{
border-color: #EF985D;
}
</style>