Shades of Sandy Brown #EFA865
Tints of Sandy Brown #EFA865
RGB
CMYK
RGB Variations
Color information
#EFA865 (or 0xEFA865) is known color: Sandy Brown. HEX triplet: EF, A8 and 65. RGB value is (239,168,101). Sum of RGB (Red+Green+Blue) = 239+168+101=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA865 is #10579A. Grayscale: #B5B5B5. Windows color (decimal): -1071003 or 6662383. OLE color: 6662383.
HSL color Cylindrical-coordinate representation of color #EFA865: hue angle of 29.13º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFA865 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 101 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.06 |
| HSL | 29.13º | 0.81% | 0.67% | - |
| HSV(B) | 29.13º | 0.58% | 0.94% | - |
| XYZ | 51.95 | 47.3 | 18.7 | - |
| YUV | 181.59 | 82.52 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 101 | 0 | 0.30 | 0.58 | 0.06 | 29.13 | 0.81 | 0.67 |
| Hex | EF | A8 | 65 | 0 | 1E | 3A | 6 | 1D | 51 | 43 |
| Octal | 357 | 250 | 145 | 0 | 36 | 72 | 6 | 35 | 121 | 103 |
| Binary | 11101111 | 10101000 | 1100101 | 0 | 11110 | 111010 | 110 | 11101 | 1010001 | 1000011 |
Color Harmonies of #EFA865
Complementary color
Monochromatic Colors of #EFA865
Black with #EFA865
Text Example
Text Example
White with #EFA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA865; }
p { color: rgb(239,168,101); }
H1.HeaderClassName
{
color: #EFA865;
}
.AnyTagClassName
{
color: #EFA865;
}
</style>
background-color css
<style>
a { background-color: #EFA865; }
a { background-color: rgb(239,168,101); }
div.DivClassName
{
background-color: #EFA865;
}
.BgClassName
{
background-color: #EFA865;
}
</style>
border-color css
<style>
span { border-color: #EFA865; }
span { border-color: rgb(239,168,101); }
td.TdClassName
{
border-color: #EFA865;
}
.TagClassName
{
border-color: #EFA865;
}
</style>