Shades of Sandy Brown #EFA160
Tints of Sandy Brown #EFA160
RGB
CMYK
RGB Variations
Color information
#EFA160 (or 0xEFA160) is known color: Sandy Brown. HEX triplet: EF, A1 and 60. RGB value is (239,161,96). Sum of RGB (Red+Green+Blue) = 239+161+96=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA160 is #105E9F. Grayscale: #B1B1B1. Windows color (decimal): -1072800 or 6332911. OLE color: 6332911.
HSL color Cylindrical-coordinate representation of color #EFA160: hue angle of 27.27º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFA160 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 96 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.06 |
| HSL | 27.27º | 0.82% | 0.66% | - |
| HSV(B) | 27.27º | 0.6% | 0.94% | - |
| XYZ | 50.45 | 44.68 | 17.03 | - |
| YUV | 176.91 | 82.34 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 96 | 0 | 0.33 | 0.60 | 0.06 | 27.27 | 0.82 | 0.66 |
| Hex | EF | A1 | 60 | 0 | 21 | 3C | 6 | 1B | 52 | 42 |
| Octal | 357 | 241 | 140 | 0 | 41 | 74 | 6 | 33 | 122 | 102 |
| Binary | 11101111 | 10100001 | 1100000 | 0 | 100001 | 111100 | 110 | 11011 | 1010010 | 1000010 |
Color Harmonies of #EFA160
Complementary color
Monochromatic Colors of #EFA160
Black with #EFA160
Text Example
Text Example
White with #EFA160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA160; }
p { color: rgb(239,161,96); }
H1.HeaderClassName
{
color: #EFA160;
}
.AnyTagClassName
{
color: #EFA160;
}
</style>
background-color css
<style>
a { background-color: #EFA160; }
a { background-color: rgb(239,161,96); }
div.DivClassName
{
background-color: #EFA160;
}
.BgClassName
{
background-color: #EFA160;
}
</style>
border-color css
<style>
span { border-color: #EFA160; }
span { border-color: rgb(239,161,96); }
td.TdClassName
{
border-color: #EFA160;
}
.TagClassName
{
border-color: #EFA160;
}
</style>