Shades of Sandy Brown #EFA85C
Tints of Sandy Brown #EFA85C
RGB
CMYK
RGB Variations
Color information
#EFA85C (or 0xEFA85C) is known color: Sandy Brown. HEX triplet: EF, A8 and 5C. RGB value is (239,168,92). Sum of RGB (Red+Green+Blue) = 239+168+92=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA85C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA85C is #1057A3. Grayscale: #B4B4B4. Windows color (decimal): -1071012 or 6072559. OLE color: 6072559.
HSL color Cylindrical-coordinate representation of color #EFA85C: hue angle of 31.02º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFA85C is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 92 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.06 |
| HSL | 31.02º | 0.82% | 0.65% | - |
| HSV(B) | 31.02º | 0.62% | 0.94% | - |
| XYZ | 51.53 | 47.13 | 16.51 | - |
| YUV | 180.57 | 78.02 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 92 | 0 | 0.30 | 0.62 | 0.06 | 31.02 | 0.82 | 0.65 |
| Hex | EF | A8 | 5C | 0 | 1E | 3E | 6 | 1F | 52 | 41 |
| Octal | 357 | 250 | 134 | 0 | 36 | 76 | 6 | 37 | 122 | 101 |
| Binary | 11101111 | 10101000 | 1011100 | 0 | 11110 | 111110 | 110 | 11111 | 1010010 | 1000001 |
Color Harmonies of #EFA85C
Complementary color
Monochromatic Colors of #EFA85C
Black with #EFA85C
Text Example
Text Example
White with #EFA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA85C; }
p { color: rgb(239,168,92); }
H1.HeaderClassName
{
color: #EFA85C;
}
.AnyTagClassName
{
color: #EFA85C;
}
</style>
background-color css
<style>
a { background-color: #EFA85C; }
a { background-color: rgb(239,168,92); }
div.DivClassName
{
background-color: #EFA85C;
}
.BgClassName
{
background-color: #EFA85C;
}
</style>
border-color css
<style>
span { border-color: #EFA85C; }
span { border-color: rgb(239,168,92); }
td.TdClassName
{
border-color: #EFA85C;
}
.TagClassName
{
border-color: #EFA85C;
}
</style>