Shades of Sandy Brown #EFA259
Tints of Sandy Brown #EFA259
RGB
CMYK
RGB Variations
Color information
#EFA259 (or 0xEFA259) is known color: Sandy Brown. HEX triplet: EF, A2 and 59. RGB value is (239,162,89). Sum of RGB (Red+Green+Blue) = 239+162+89=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 89 (35.16% from 255 or 18.16% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA259 is #105DA6. Grayscale: #B1B1B1. Windows color (decimal): -1072551 or 5874415. OLE color: 5874415.
HSL color Cylindrical-coordinate representation of color #EFA259: hue angle of 29.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFA259 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 89 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.06 |
| HSL | 29.2º | 0.82% | 0.64% | - |
| HSV(B) | 29.2º | 0.63% | 0.94% | - |
| XYZ | 50.32 | 44.91 | 15.47 | - |
| YUV | 176.7 | 78.51 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 89 | 0 | 0.32 | 0.63 | 0.06 | 29.2 | 0.82 | 0.64 |
| Hex | EF | A2 | 59 | 0 | 20 | 3F | 6 | 1D | 52 | 40 |
| Octal | 357 | 242 | 131 | 0 | 40 | 77 | 6 | 35 | 122 | 100 |
| Binary | 11101111 | 10100010 | 1011001 | 0 | 100000 | 111111 | 110 | 11101 | 1010010 | 1000000 |
Color Harmonies of #EFA259
Complementary color
Monochromatic Colors of #EFA259
Black with #EFA259
Text Example
Text Example
White with #EFA259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA259; }
p { color: rgb(239,162,89); }
H1.HeaderClassName
{
color: #EFA259;
}
.AnyTagClassName
{
color: #EFA259;
}
</style>
background-color css
<style>
a { background-color: #EFA259; }
a { background-color: rgb(239,162,89); }
div.DivClassName
{
background-color: #EFA259;
}
.BgClassName
{
background-color: #EFA259;
}
</style>
border-color css
<style>
span { border-color: #EFA259; }
span { border-color: rgb(239,162,89); }
td.TdClassName
{
border-color: #EFA259;
}
.TagClassName
{
border-color: #EFA259;
}
</style>