Shades of Sandy Brown #EFA764
Tints of Sandy Brown #EFA764
RGB
CMYK
RGB Variations
Color information
#EFA764 (or 0xEFA764) is known color: Sandy Brown. HEX triplet: EF, A7 and 64. RGB value is (239,167,100). Sum of RGB (Red+Green+Blue) = 239+167+100=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA764 is #10589B. Grayscale: #B5B5B5. Windows color (decimal): -1071260 or 6596591. OLE color: 6596591.
HSL color Cylindrical-coordinate representation of color #EFA764: hue angle of 28.92º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFA764 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 100 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.06 |
| HSL | 28.92º | 0.81% | 0.66% | - |
| HSV(B) | 28.92º | 0.58% | 0.94% | - |
| XYZ | 51.72 | 46.91 | 18.39 | - |
| YUV | 180.89 | 82.35 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 100 | 0 | 0.30 | 0.58 | 0.06 | 28.92 | 0.81 | 0.66 |
| Hex | EF | A7 | 64 | 0 | 1E | 3A | 6 | 1D | 51 | 42 |
| Octal | 357 | 247 | 144 | 0 | 36 | 72 | 6 | 35 | 121 | 102 |
| Binary | 11101111 | 10100111 | 1100100 | 0 | 11110 | 111010 | 110 | 11101 | 1010001 | 1000010 |
Color Harmonies of #EFA764
Complementary color
Monochromatic Colors of #EFA764
Black with #EFA764
Text Example
Text Example
White with #EFA764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA764; }
p { color: rgb(239,167,100); }
H1.HeaderClassName
{
color: #EFA764;
}
.AnyTagClassName
{
color: #EFA764;
}
</style>
background-color css
<style>
a { background-color: #EFA764; }
a { background-color: rgb(239,167,100); }
div.DivClassName
{
background-color: #EFA764;
}
.BgClassName
{
background-color: #EFA764;
}
</style>
border-color css
<style>
span { border-color: #EFA764; }
span { border-color: rgb(239,167,100); }
td.TdClassName
{
border-color: #EFA764;
}
.TagClassName
{
border-color: #EFA764;
}
</style>