Shades of Sandy Brown #EF9F65
Tints of Sandy Brown #EF9F65
RGB
CMYK
RGB Variations
Color information
#EF9F65 (or 0xEF9F65) is known color: Sandy Brown. HEX triplet: EF, 9F and 65. RGB value is (239,159,101). Sum of RGB (Red+Green+Blue) = 239+159+101=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9F65 is #10609A. Grayscale: #B0B0B0. Windows color (decimal): -1073307 or 6660079. OLE color: 6660079.
HSL color Cylindrical-coordinate representation of color #EF9F65: hue angle of 25.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF9F65 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 101 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.06 |
| HSL | 25.22º | 0.81% | 0.67% | - |
| HSV(B) | 25.22º | 0.58% | 0.94% | - |
| XYZ | 50.34 | 44.09 | 18.17 | - |
| YUV | 176.31 | 85.5 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 101 | 0 | 0.33 | 0.58 | 0.06 | 25.22 | 0.81 | 0.67 |
| Hex | EF | 9F | 65 | 0 | 21 | 3A | 6 | 19 | 51 | 43 |
| Octal | 357 | 237 | 145 | 0 | 41 | 72 | 6 | 31 | 121 | 103 |
| Binary | 11101111 | 10011111 | 1100101 | 0 | 100001 | 111010 | 110 | 11001 | 1010001 | 1000011 |
Color Harmonies of #EF9F65
Complementary color
Monochromatic Colors of #EF9F65
Black with #EF9F65
Text Example
Text Example
White with #EF9F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F65; }
p { color: rgb(239,159,101); }
H1.HeaderClassName
{
color: #EF9F65;
}
.AnyTagClassName
{
color: #EF9F65;
}
</style>
background-color css
<style>
a { background-color: #EF9F65; }
a { background-color: rgb(239,159,101); }
div.DivClassName
{
background-color: #EF9F65;
}
.BgClassName
{
background-color: #EF9F65;
}
</style>
border-color css
<style>
span { border-color: #EF9F65; }
span { border-color: rgb(239,159,101); }
td.TdClassName
{
border-color: #EF9F65;
}
.TagClassName
{
border-color: #EF9F65;
}
</style>