Shades of Sandy Brown #EFA96A
Tints of Sandy Brown #EFA96A
RGB
CMYK
RGB Variations
Color information
#EFA96A (or 0xEFA96A) is known color: Sandy Brown. HEX triplet: EF, A9 and 6A. RGB value is (239,169,106). Sum of RGB (Red+Green+Blue) = 239+169+106=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA96A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA96A is #105695. Grayscale: #B7B7B7. Windows color (decimal): -1070742 or 6990319. OLE color: 6990319.
HSL color Cylindrical-coordinate representation of color #EFA96A: hue angle of 28.42º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFA96A is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 106 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.06 |
| HSL | 28.42º | 0.81% | 0.68% | - |
| HSV(B) | 28.42º | 0.56% | 0.94% | - |
| XYZ | 52.39 | 47.77 | 20.09 | - |
| YUV | 182.75 | 84.69 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 106 | 0 | 0.29 | 0.56 | 0.06 | 28.42 | 0.81 | 0.68 |
| Hex | EF | A9 | 6A | 0 | 1D | 38 | 6 | 1C | 51 | 44 |
| Octal | 357 | 251 | 152 | 0 | 35 | 70 | 6 | 34 | 121 | 104 |
| Binary | 11101111 | 10101001 | 1101010 | 0 | 11101 | 111000 | 110 | 11100 | 1010001 | 1000100 |
Color Harmonies of #EFA96A
Complementary color
Monochromatic Colors of #EFA96A
Black with #EFA96A
Text Example
Text Example
White with #EFA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA96A; }
p { color: rgb(239,169,106); }
H1.HeaderClassName
{
color: #EFA96A;
}
.AnyTagClassName
{
color: #EFA96A;
}
</style>
background-color css
<style>
a { background-color: #EFA96A; }
a { background-color: rgb(239,169,106); }
div.DivClassName
{
background-color: #EFA96A;
}
.BgClassName
{
background-color: #EFA96A;
}
</style>
border-color css
<style>
span { border-color: #EFA96A; }
span { border-color: rgb(239,169,106); }
td.TdClassName
{
border-color: #EFA96A;
}
.TagClassName
{
border-color: #EFA96A;
}
</style>