Shades of Sandy Brown #EFA565
Tints of Sandy Brown #EFA565
RGB
CMYK
RGB Variations
Color information
#EFA565 (or 0xEFA565) is known color: Sandy Brown. HEX triplet: EF, A5 and 65. RGB value is (239,165,101). Sum of RGB (Red+Green+Blue) = 239+165+101=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA565 is #105A9A. Grayscale: #B4B4B4. Windows color (decimal): -1071771 or 6661615. OLE color: 6661615.
HSL color Cylindrical-coordinate representation of color #EFA565: hue angle of 27.83º 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 #EFA565 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 101 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.06 |
| HSL | 27.83º | 0.81% | 0.67% | - |
| HSV(B) | 27.83º | 0.58% | 0.94% | - |
| XYZ | 51.4 | 46.2 | 18.52 | - |
| YUV | 179.83 | 83.52 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 101 | 0 | 0.31 | 0.58 | 0.06 | 27.83 | 0.81 | 0.67 |
| Hex | EF | A5 | 65 | 0 | 1F | 3A | 6 | 1C | 51 | 43 |
| Octal | 357 | 245 | 145 | 0 | 37 | 72 | 6 | 34 | 121 | 103 |
| Binary | 11101111 | 10100101 | 1100101 | 0 | 11111 | 111010 | 110 | 11100 | 1010001 | 1000011 |
Color Harmonies of #EFA565
Complementary color
Monochromatic Colors of #EFA565
Black with #EFA565
Text Example
Text Example
White with #EFA565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA565; }
p { color: rgb(239,165,101); }
H1.HeaderClassName
{
color: #EFA565;
}
.AnyTagClassName
{
color: #EFA565;
}
</style>
background-color css
<style>
a { background-color: #EFA565; }
a { background-color: rgb(239,165,101); }
div.DivClassName
{
background-color: #EFA565;
}
.BgClassName
{
background-color: #EFA565;
}
</style>
border-color css
<style>
span { border-color: #EFA565; }
span { border-color: rgb(239,165,101); }
td.TdClassName
{
border-color: #EFA565;
}
.TagClassName
{
border-color: #EFA565;
}
</style>