Shades of Sandy Brown #EF9F68
Tints of Sandy Brown #EF9F68
RGB
CMYK
RGB Variations
Color information
#EF9F68 (or 0xEF9F68) is known color: Sandy Brown. HEX triplet: EF, 9F and 68. RGB value is (239,159,104). Sum of RGB (Red+Green+Blue) = 239+159+104=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9F68 is #106097. Grayscale: #B0B0B0. Windows color (decimal): -1073304 or 6856687. OLE color: 6856687.
HSL color Cylindrical-coordinate representation of color #EF9F68: hue angle of 24.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF9F68 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 104 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.06 |
| HSL | 24.44º | 0.81% | 0.67% | - |
| HSV(B) | 24.44º | 0.56% | 0.94% | - |
| XYZ | 50.49 | 44.15 | 18.96 | - |
| YUV | 176.65 | 87 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 104 | 0 | 0.33 | 0.56 | 0.06 | 24.44 | 0.81 | 0.67 |
| Hex | EF | 9F | 68 | 0 | 21 | 38 | 6 | 18 | 51 | 43 |
| Octal | 357 | 237 | 150 | 0 | 41 | 70 | 6 | 30 | 121 | 103 |
| Binary | 11101111 | 10011111 | 1101000 | 0 | 100001 | 111000 | 110 | 11000 | 1010001 | 1000011 |
Color Harmonies of #EF9F68
Complementary color
Monochromatic Colors of #EF9F68
Black with #EF9F68
Text Example
Text Example
White with #EF9F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F68; }
p { color: rgb(239,159,104); }
H1.HeaderClassName
{
color: #EF9F68;
}
.AnyTagClassName
{
color: #EF9F68;
}
</style>
background-color css
<style>
a { background-color: #EF9F68; }
a { background-color: rgb(239,159,104); }
div.DivClassName
{
background-color: #EF9F68;
}
.BgClassName
{
background-color: #EF9F68;
}
</style>
border-color css
<style>
span { border-color: #EF9F68; }
span { border-color: rgb(239,159,104); }
td.TdClassName
{
border-color: #EF9F68;
}
.TagClassName
{
border-color: #EF9F68;
}
</style>