Shades of Sandy Brown #EFA063
Tints of Sandy Brown #EFA063
RGB
CMYK
RGB Variations
Color information
#EFA063 (or 0xEFA063) is known color: Sandy Brown. HEX triplet: EF, A0 and 63. RGB value is (239,160,99). Sum of RGB (Red+Green+Blue) = 239+160+99=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA063 is #105F9C. Grayscale: #B0B0B0. Windows color (decimal): -1073053 or 6529263. OLE color: 6529263.
HSL color Cylindrical-coordinate representation of color #EFA063: hue angle of 26.14º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFA063 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 99 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.06 |
| HSL | 26.14º | 0.81% | 0.66% | - |
| HSV(B) | 26.14º | 0.59% | 0.94% | - |
| XYZ | 50.42 | 44.39 | 17.72 | - |
| YUV | 176.67 | 84.17 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 99 | 0 | 0.33 | 0.59 | 0.06 | 26.14 | 0.81 | 0.66 |
| Hex | EF | A0 | 63 | 0 | 21 | 3B | 6 | 1A | 51 | 42 |
| Octal | 357 | 240 | 143 | 0 | 41 | 73 | 6 | 32 | 121 | 102 |
| Binary | 11101111 | 10100000 | 1100011 | 0 | 100001 | 111011 | 110 | 11010 | 1010001 | 1000010 |
Color Harmonies of #EFA063
Complementary color
Monochromatic Colors of #EFA063
Black with #EFA063
Text Example
Text Example
White with #EFA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA063; }
p { color: rgb(239,160,99); }
H1.HeaderClassName
{
color: #EFA063;
}
.AnyTagClassName
{
color: #EFA063;
}
</style>
background-color css
<style>
a { background-color: #EFA063; }
a { background-color: rgb(239,160,99); }
div.DivClassName
{
background-color: #EFA063;
}
.BgClassName
{
background-color: #EFA063;
}
</style>
border-color css
<style>
span { border-color: #EFA063; }
span { border-color: rgb(239,160,99); }
td.TdClassName
{
border-color: #EFA063;
}
.TagClassName
{
border-color: #EFA063;
}
</style>