Shades of Sandy Brown #EFA86B
Tints of Sandy Brown #EFA86B
RGB
CMYK
RGB Variations
Color information
#EFA86B (or 0xEFA86B) is known color: Sandy Brown. HEX triplet: EF, A8 and 6B. RGB value is (239,168,107). Sum of RGB (Red+Green+Blue) = 239+168+107=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA86B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA86B is #105794. Grayscale: #B6B6B6. Windows color (decimal): -1070997 or 7055599. OLE color: 7055599.
HSL color Cylindrical-coordinate representation of color #EFA86B: hue angle of 27.73º 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 #EFA86B is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 107 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.06 |
| HSL | 27.73º | 0.8% | 0.68% | - |
| HSV(B) | 27.73º | 0.55% | 0.94% | - |
| XYZ | 52.25 | 47.42 | 20.31 | - |
| YUV | 182.28 | 85.52 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 107 | 0 | 0.30 | 0.55 | 0.06 | 27.73 | 0.8 | 0.68 |
| Hex | EF | A8 | 6B | 0 | 1E | 37 | 6 | 1C | 50 | 44 |
| Octal | 357 | 250 | 153 | 0 | 36 | 67 | 6 | 34 | 120 | 104 |
| Binary | 11101111 | 10101000 | 1101011 | 0 | 11110 | 110111 | 110 | 11100 | 1010000 | 1000100 |
Color Harmonies of #EFA86B
Complementary color
Monochromatic Colors of #EFA86B
Black with #EFA86B
Text Example
Text Example
White with #EFA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA86B; }
p { color: rgb(239,168,107); }
H1.HeaderClassName
{
color: #EFA86B;
}
.AnyTagClassName
{
color: #EFA86B;
}
</style>
background-color css
<style>
a { background-color: #EFA86B; }
a { background-color: rgb(239,168,107); }
div.DivClassName
{
background-color: #EFA86B;
}
.BgClassName
{
background-color: #EFA86B;
}
</style>
border-color css
<style>
span { border-color: #EFA86B; }
span { border-color: rgb(239,168,107); }
td.TdClassName
{
border-color: #EFA86B;
}
.TagClassName
{
border-color: #EFA86B;
}
</style>