Shades of Sandy Brown #EFA668
Tints of Sandy Brown #EFA668
RGB
CMYK
RGB Variations
Color information
#EFA668 (or 0xEFA668) is known color: Sandy Brown. HEX triplet: EF, A6 and 68. RGB value is (239,166,104). Sum of RGB (Red+Green+Blue) = 239+166+104=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA668 is #105997. Grayscale: #B5B5B5. Windows color (decimal): -1071512 or 6858479. OLE color: 6858479.
HSL color Cylindrical-coordinate representation of color #EFA668: hue angle of 27.56º 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 #EFA668 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 104 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.06 |
| HSL | 27.56º | 0.81% | 0.67% | - |
| HSV(B) | 27.56º | 0.56% | 0.94% | - |
| XYZ | 51.73 | 46.62 | 19.37 | - |
| YUV | 180.76 | 84.68 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 104 | 0 | 0.31 | 0.56 | 0.06 | 27.56 | 0.81 | 0.67 |
| Hex | EF | A6 | 68 | 0 | 1F | 38 | 6 | 1C | 51 | 43 |
| Octal | 357 | 246 | 150 | 0 | 37 | 70 | 6 | 34 | 121 | 103 |
| Binary | 11101111 | 10100110 | 1101000 | 0 | 11111 | 111000 | 110 | 11100 | 1010001 | 1000011 |
Color Harmonies of #EFA668
Complementary color
Monochromatic Colors of #EFA668
Black with #EFA668
Text Example
Text Example
White with #EFA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA668; }
p { color: rgb(239,166,104); }
H1.HeaderClassName
{
color: #EFA668;
}
.AnyTagClassName
{
color: #EFA668;
}
</style>
background-color css
<style>
a { background-color: #EFA668; }
a { background-color: rgb(239,166,104); }
div.DivClassName
{
background-color: #EFA668;
}
.BgClassName
{
background-color: #EFA668;
}
</style>
border-color css
<style>
span { border-color: #EFA668; }
span { border-color: rgb(239,166,104); }
td.TdClassName
{
border-color: #EFA668;
}
.TagClassName
{
border-color: #EFA668;
}
</style>