Shades of Sandy Brown #EFA86C
Tints of Sandy Brown #EFA86C
RGB
CMYK
RGB Variations
Color information
#EFA86C (or 0xEFA86C) is known color: Sandy Brown. HEX triplet: EF, A8 and 6C. RGB value is (239,168,108). Sum of RGB (Red+Green+Blue) = 239+168+108=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA86C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA86C is #105793. Grayscale: #B6B6B6. Windows color (decimal): -1070996 or 7121135. OLE color: 7121135.
HSL color Cylindrical-coordinate representation of color #EFA86C: hue angle of 27.48º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFA86C is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 108 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.06 |
| HSL | 27.48º | 0.8% | 0.68% | - |
| HSV(B) | 27.48º | 0.55% | 0.94% | - |
| XYZ | 52.31 | 47.44 | 20.59 | - |
| YUV | 182.39 | 86.02 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 108 | 0 | 0.30 | 0.55 | 0.06 | 27.48 | 0.8 | 0.68 |
| Hex | EF | A8 | 6C | 0 | 1E | 37 | 6 | 1B | 50 | 44 |
| Octal | 357 | 250 | 154 | 0 | 36 | 67 | 6 | 33 | 120 | 104 |
| Binary | 11101111 | 10101000 | 1101100 | 0 | 11110 | 110111 | 110 | 11011 | 1010000 | 1000100 |
Color Harmonies of #EFA86C
Complementary color
Monochromatic Colors of #EFA86C
Black with #EFA86C
Text Example
Text Example
White with #EFA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA86C; }
p { color: rgb(239,168,108); }
H1.HeaderClassName
{
color: #EFA86C;
}
.AnyTagClassName
{
color: #EFA86C;
}
</style>
background-color css
<style>
a { background-color: #EFA86C; }
a { background-color: rgb(239,168,108); }
div.DivClassName
{
background-color: #EFA86C;
}
.BgClassName
{
background-color: #EFA86C;
}
</style>
border-color css
<style>
span { border-color: #EFA86C; }
span { border-color: rgb(239,168,108); }
td.TdClassName
{
border-color: #EFA86C;
}
.TagClassName
{
border-color: #EFA86C;
}
</style>