Shades of Sandy Brown #EF9E68
Tints of Sandy Brown #EF9E68
RGB
CMYK
RGB Variations
Color information
#EF9E68 (or 0xEF9E68) is known color: Sandy Brown. HEX triplet: EF, 9E and 68. RGB value is (239,158,104). Sum of RGB (Red+Green+Blue) = 239+158+104=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E68 is #106197. Grayscale: #B0B0B0. Windows color (decimal): -1073560 or 6856431. OLE color: 6856431.
HSL color Cylindrical-coordinate representation of color #EF9E68: hue angle of 24º 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 #EF9E68 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 104 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.06 |
| HSL | 24º | 0.81% | 0.67% | - |
| HSV(B) | 24º | 0.56% | 0.94% | - |
| XYZ | 50.32 | 43.8 | 18.9 | - |
| YUV | 176.06 | 87.34 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 104 | 0 | 0.34 | 0.56 | 0.06 | 24 | 0.81 | 0.67 |
| Hex | EF | 9E | 68 | 0 | 22 | 38 | 6 | 18 | 51 | 43 |
| Octal | 357 | 236 | 150 | 0 | 42 | 70 | 6 | 30 | 121 | 103 |
| Binary | 11101111 | 10011110 | 1101000 | 0 | 100010 | 111000 | 110 | 11000 | 1010001 | 1000011 |
Color Harmonies of #EF9E68
Complementary color
Monochromatic Colors of #EF9E68
Black with #EF9E68
Text Example
Text Example
White with #EF9E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E68; }
p { color: rgb(239,158,104); }
H1.HeaderClassName
{
color: #EF9E68;
}
.AnyTagClassName
{
color: #EF9E68;
}
</style>
background-color css
<style>
a { background-color: #EF9E68; }
a { background-color: rgb(239,158,104); }
div.DivClassName
{
background-color: #EF9E68;
}
.BgClassName
{
background-color: #EF9E68;
}
</style>
border-color css
<style>
span { border-color: #EF9E68; }
span { border-color: rgb(239,158,104); }
td.TdClassName
{
border-color: #EF9E68;
}
.TagClassName
{
border-color: #EF9E68;
}
</style>