Shades of Sandy Brown #EFA76D
Tints of Sandy Brown #EFA76D
RGB
CMYK
RGB Variations
Color information
#EFA76D (or 0xEFA76D) is known color: Sandy Brown. HEX triplet: EF, A7 and 6D. RGB value is (239,167,109). Sum of RGB (Red+Green+Blue) = 239+167+109=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA76D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA76D is #105892. Grayscale: #B6B6B6. Windows color (decimal): -1071251 or 7186415. OLE color: 7186415.
HSL color Cylindrical-coordinate representation of color #EFA76D: hue angle of 26.77º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFA76D is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 109 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.06 |
| HSL | 26.77º | 0.8% | 0.68% | - |
| HSV(B) | 26.77º | 0.54% | 0.94% | - |
| XYZ | 52.18 | 47.09 | 20.81 | - |
| YUV | 181.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 109 | 0 | 0.30 | 0.54 | 0.06 | 26.77 | 0.8 | 0.68 |
| Hex | EF | A7 | 6D | 0 | 1E | 36 | 6 | 1B | 50 | 44 |
| Octal | 357 | 247 | 155 | 0 | 36 | 66 | 6 | 33 | 120 | 104 |
| Binary | 11101111 | 10100111 | 1101101 | 0 | 11110 | 110110 | 110 | 11011 | 1010000 | 1000100 |
Color Harmonies of #EFA76D
Complementary color
Monochromatic Colors of #EFA76D
Black with #EFA76D
Text Example
Text Example
White with #EFA76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA76D; }
p { color: rgb(239,167,109); }
H1.HeaderClassName
{
color: #EFA76D;
}
.AnyTagClassName
{
color: #EFA76D;
}
</style>
background-color css
<style>
a { background-color: #EFA76D; }
a { background-color: rgb(239,167,109); }
div.DivClassName
{
background-color: #EFA76D;
}
.BgClassName
{
background-color: #EFA76D;
}
</style>
border-color css
<style>
span { border-color: #EFA76D; }
span { border-color: rgb(239,167,109); }
td.TdClassName
{
border-color: #EFA76D;
}
.TagClassName
{
border-color: #EFA76D;
}
</style>