Shades of Sandy Brown #EFA861
Tints of Sandy Brown #EFA861
RGB
CMYK
RGB Variations
Color information
#EFA861 (or 0xEFA861) is known color: Sandy Brown. HEX triplet: EF, A8 and 61. RGB value is (239,168,97). Sum of RGB (Red+Green+Blue) = 239+168+97=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA861 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA861 is #10579E. Grayscale: #B5B5B5. Windows color (decimal): -1071007 or 6400239. OLE color: 6400239.
HSL color Cylindrical-coordinate representation of color #EFA861: hue angle of 30º degrees, saturation: 0.82, 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 #EFA861 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 97 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.06 |
| HSL | 30º | 0.82% | 0.66% | - |
| HSV(B) | 30º | 0.59% | 0.94% | - |
| XYZ | 51.76 | 47.22 | 17.7 | - |
| YUV | 181.14 | 80.52 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 97 | 0 | 0.30 | 0.59 | 0.06 | 30 | 0.82 | 0.66 |
| Hex | EF | A8 | 61 | 0 | 1E | 3B | 6 | 1E | 52 | 42 |
| Octal | 357 | 250 | 141 | 0 | 36 | 73 | 6 | 36 | 122 | 102 |
| Binary | 11101111 | 10101000 | 1100001 | 0 | 11110 | 111011 | 110 | 11110 | 1010010 | 1000010 |
Color Harmonies of #EFA861
Complementary color
Monochromatic Colors of #EFA861
Black with #EFA861
Text Example
Text Example
White with #EFA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA861; }
p { color: rgb(239,168,97); }
H1.HeaderClassName
{
color: #EFA861;
}
.AnyTagClassName
{
color: #EFA861;
}
</style>
background-color css
<style>
a { background-color: #EFA861; }
a { background-color: rgb(239,168,97); }
div.DivClassName
{
background-color: #EFA861;
}
.BgClassName
{
background-color: #EFA861;
}
</style>
border-color css
<style>
span { border-color: #EFA861; }
span { border-color: rgb(239,168,97); }
td.TdClassName
{
border-color: #EFA861;
}
.TagClassName
{
border-color: #EFA861;
}
</style>