Shades of Sandy Brown #EFA16C
Tints of Sandy Brown #EFA16C
RGB
CMYK
RGB Variations
Color information
#EFA16C (or 0xEFA16C) is known color: Sandy Brown. HEX triplet: EF, A1 and 6C. RGB value is (239,161,108). Sum of RGB (Red+Green+Blue) = 239+161+108=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA16C is #105E93. Grayscale: #B2B2B2. Windows color (decimal): -1072788 or 7119343. OLE color: 7119343.
HSL color Cylindrical-coordinate representation of color #EFA16C: hue angle of 24.27º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFA16C is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 108 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.06 |
| HSL | 24.27º | 0.8% | 0.68% | - |
| HSV(B) | 24.27º | 0.55% | 0.94% | - |
| XYZ | 51.05 | 44.92 | 20.17 | - |
| YUV | 178.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 108 | 0 | 0.33 | 0.55 | 0.06 | 24.27 | 0.8 | 0.68 |
| Hex | EF | A1 | 6C | 0 | 21 | 37 | 6 | 18 | 50 | 44 |
| Octal | 357 | 241 | 154 | 0 | 41 | 67 | 6 | 30 | 120 | 104 |
| Binary | 11101111 | 10100001 | 1101100 | 0 | 100001 | 110111 | 110 | 11000 | 1010000 | 1000100 |
Color Harmonies of #EFA16C
Complementary color
Monochromatic Colors of #EFA16C
Black with #EFA16C
Text Example
Text Example
White with #EFA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA16C; }
p { color: rgb(239,161,108); }
H1.HeaderClassName
{
color: #EFA16C;
}
.AnyTagClassName
{
color: #EFA16C;
}
</style>
background-color css
<style>
a { background-color: #EFA16C; }
a { background-color: rgb(239,161,108); }
div.DivClassName
{
background-color: #EFA16C;
}
.BgClassName
{
background-color: #EFA16C;
}
</style>
border-color css
<style>
span { border-color: #EFA16C; }
span { border-color: rgb(239,161,108); }
td.TdClassName
{
border-color: #EFA16C;
}
.TagClassName
{
border-color: #EFA16C;
}
</style>